Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Aug 25, 2020
1 parent a7413d3 commit 5f22786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molstruct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python
__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="molstruct", # Replace with your own username
version="1.0.0",
version="1.0.1",
author="Łukasz Szeremeta",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 5f22786

Please sign in to comment.