Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
heyredhat committed Nov 11, 2020
1 parent e5a98c2 commit a737cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="spheres",
version="0.3.0.4",
version="0.3.0.5",
author="Matthew Weiss",
author_email="heyredhat@gmail.com",
description="toolbox for higher spin and symmetrization",
Expand Down
2 changes: 1 addition & 1 deletion spheres/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
from spheres import visualization
from spheres.visualization import *

__version__ = "0.3.0.4"
__version__ = "0.3.0.5"

0 comments on commit a737cfd

Please sign in to comment.