Skip to content

Commit

Permalink
bumped version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
st3107 committed Oct 8, 2020
1 parent dcd6729 commit 3aee18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdffitx/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0'
__version__ = '0.0.1'
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# package info
NAME = 'pdffitx'
VERSION = '0.0.0'
VERSION = '0.0.1'
DESCRIPTION = "A python package to model atomic pair distribution function (PDF) based on diffpy-cmi."
AUTHOR = "Songsheng Tao"
AUTHOR_EMAIL = 'st3107@columbia.edu'
Expand Down

0 comments on commit 3aee18f

Please sign in to comment.