Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
There is no actual code change, just a change to the pyproject.toml
which fixes an issue with installing the wrong version of wgpu
  • Loading branch information
apontzen authored Oct 13, 2024
1 parent ccdc405 commit 68b41ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/topsy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

__version__ = "0.3.5"
__version__ = "0.3.6"

import argparse
import logging
Expand Down Expand Up @@ -118,4 +118,4 @@ def _test(nparticle=config.TEST_DATA_NUM_PARTICLES_DEFAULT, **kwargs):
vis = visualizer.Visualizer(data_loader_class=loader.TestDataLoader,
data_loader_args=(nparticle,),
**kwargs)
return vis
return vis

0 comments on commit 68b41ba

Please sign in to comment.