We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40b807 commit 4d3478aCopy full SHA for 4d3478a
diffpy/nmf_mapping/__init__.py
@@ -19,8 +19,8 @@
19
__id__ = "$Id$"
20
21
# obtain version information
22
-__version__ = '0.0.1'
+__version__ = '1.0.0'
23
24
# top-level import
25
from diffpy.nmf_mapping.nmf_mapping import nmf_mapping_code as nmf
26
-# End of file
+# End of file
setup.py
@@ -14,7 +14,7 @@
14
15
setuptools.setup(
16
name="diffpy.nmf_mapping",
17
- version="0.0.1",
+ version='1.0.0',
18
author="Simon J.L. Billinge",
author_email="[email protected]",
description="Run NMF analysis on PDF and XRD data",
0 commit comments