Skip to content

Commit

Permalink
add __version__ to init
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 7, 2024
1 parent 5864945 commit b55b2fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ants/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

try:
from .version import __version__
except:
pass
__version__ = '0.5.2'

from .core import *
from .utils import *
Expand Down

0 comments on commit b55b2fd

Please sign in to comment.