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 f1d87ec commit 334a86aCopy full SHA for 334a86a
diffpy/pdfmorph/__init__.py
@@ -19,6 +19,6 @@
19
__id__ = "$Id$"
20
21
# obtain version information
22
-__version__ = '1.0'
+__version__ = '0.0.1'
23
24
# End of file
setup.py
@@ -12,7 +12,7 @@
12
# define distribution
13
setup(
14
name="diffpy.pdfmorph",
15
- version="1.0",
+ version='0.0.1',
16
namespace_packages=['diffpy'],
17
packages=find_packages(exclude=['tests', 'applications']),
18
entry_points={
0 commit comments