Skip to content

Commit

Permalink
Turned __version__ in __init__.py into a string
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkofranchini committed Jul 26, 2021
1 parent 78e5c08 commit 697da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def __autoimport(path, folders):

__all__ = __autoimport(__path__[0], ['core', 'mol', 'interfaces', 'tools', 'recipes','trajectories'])

__version__ = 1.5.1
__version__ = '1.5.1'

0 comments on commit 697da5a

Please sign in to comment.