Skip to content

Commit

Permalink
2.0.0 release (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-b authored May 26, 2023
1 parent 6b9ebd6 commit 2b02b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0 (unreleased)
## 2.0.0
### BREAKING CHANGES
* Drop Python 2 and Python 3.6 support
* Rename `id` arguments to `id_` across of code base
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='python-nomad',
version='1.5.0',
version='2.0.0',
install_requires=['requests'],
packages=['nomad', 'nomad.api'],
url='http://github.com/jrxfive/python-nomad',
Expand Down

0 comments on commit 2b02b70

Please sign in to comment.