Skip to content

Commit

Permalink
Add __version__ to main __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
h4nsu committed Mar 28, 2019
1 parent f2f17ea commit e5a3455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ def __autoimport(path, folders):


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

__version__ = 1.4

0 comments on commit e5a3455

Please sign in to comment.