Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Themis3000 committed Jan 2, 2022
1 parent 94ef0b0 commit ac9c0a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lazy_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Themi Megas"""
__email__ = '[email protected]'
__version__ = '1.0.0'
__version__ = '1.0.1'
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 = 1.0.1
commit = True
tag = False

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
author="Themi Megas",
author_email='[email protected]',
python_requires='>=3.6',
python_requires='>=3.8',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand All @@ -37,6 +37,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/Themis3000/lazy_db',
version='1.0.0',
version='1.0.1',
zip_safe=False,
)

0 comments on commit ac9c0a7

Please sign in to comment.