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 b20b37b commit eb5f6aaCopy full SHA for eb5f6aa
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Peter Crowther and Christopher Daniel'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.1.1'
+release = '1.2.0'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='xrdfit',
8
- version='1.1.0',
+ version='1.2.0',
9
description='Automated fitting of XRD peaks using Pseudo-Voight fits',
10
author='Peter Crowther, Christopher Daniel',
11
long_description=long_description,
0 commit comments