Skip to content

Commit 4d3478a

Browse files
committed
bumped version to 1.0.0
1 parent d40b807 commit 4d3478a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

diffpy/nmf_mapping/__init__.py

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

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

2424
# top-level import
2525
from diffpy.nmf_mapping.nmf_mapping import nmf_mapping_code as nmf
26-
# End of file
26+
# End of file

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setuptools.setup(
1616
name="diffpy.nmf_mapping",
17-
version="0.0.1",
17+
version='1.0.0',
1818
author="Simon J.L. Billinge",
1919
author_email="[email protected]",
2020
description="Run NMF analysis on PDF and XRD data",

0 commit comments

Comments
 (0)