Skip to content

Commit 334a86a

Browse files
committed
bumped version to 0.0.1
1 parent f1d87ec commit 334a86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: diffpy/pdfmorph/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
__id__ = "$Id$"
2020

2121
# obtain version information
22-
__version__ = '1.0'
22+
__version__ = '0.0.1'
2323

2424
# End of file

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# define distribution
1313
setup(
1414
name="diffpy.pdfmorph",
15-
version="1.0",
15+
version='0.0.1',
1616
namespace_packages=['diffpy'],
1717
packages=find_packages(exclude=['tests', 'applications']),
1818
entry_points={

0 commit comments

Comments
 (0)