Skip to content

Commit

Permalink
Bump version: 1.0.0 → 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinid committed Jul 24, 2023
1 parent 00bba3d commit 3723b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reclist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """RecList"""
__email__ = ''
__version__ = '1.0.0'
__version__ = '2.0.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 2.0.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
tests_require=test_requirements,

url='https://github.com/jacopotagliabue/reclist',
version='1.0.0',
version='2.0.0',
zip_safe=False,
extras_require={
"dev": style_packages + ["pre-commit==2.20.0"],
Expand Down

0 comments on commit 3723b72

Please sign in to comment.