We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fbfd0 commit 8bbe970Copy full SHA for 8bbe970
pdffitx/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.0"
+__version__ = '0.0.0'
release.py
@@ -7,7 +7,7 @@
7
8
# package info
9
NAME = 'pdffitx'
10
-VERSION = "0.1.0"
+VERSION = '0.0.0'
11
DESCRIPTION = "A python package to model atomic pair distribution function (PDF) based on diffpy-cmi."
12
AUTHOR = "Songsheng Tao"
13
AUTHOR_EMAIL = '[email protected]'
0 commit comments