Skip to content

Commit 68b41ba

Browse files
authored
Bump version number
There is no actual code change, just a change to the pyproject.toml which fixes an issue with installing the wrong version of wgpu
1 parent ccdc405 commit 68b41ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/topsy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from __future__ import annotations
44

5-
__version__ = "0.3.5"
5+
__version__ = "0.3.6"
66

77
import argparse
88
import logging
@@ -118,4 +118,4 @@ def _test(nparticle=config.TEST_DATA_NUM_PARTICLES_DEFAULT, **kwargs):
118118
vis = visualizer.Visualizer(data_loader_class=loader.TestDataLoader,
119119
data_loader_args=(nparticle,),
120120
**kwargs)
121-
return vis
121+
return vis

0 commit comments

Comments
 (0)