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 6b9ebd6 commit 2b02b70Copy full SHA for 2b02b70
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 2.0.0 (unreleased)
+## 2.0.0
2
### BREAKING CHANGES
3
* Drop Python 2 and Python 3.6 support
4
* Rename `id` arguments to `id_` across of code base
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name='python-nomad',
9
- version='1.5.0',
+ version='2.0.0',
10
install_requires=['requests'],
11
packages=['nomad', 'nomad.api'],
12
url='http://github.com/jrxfive/python-nomad',
0 commit comments