Prepare 1.6.1 release (#304)

* Prepare 1.6.1 release

* Update configs

* Fix dev requirements
This commit is contained in:
Yuru Shao 2023-12-01 17:04:38 -08:00 committed by GitHub
parent 99028bff16
commit baa921f1cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 10 deletions

View file

@ -1,6 +0,0 @@
[bumpversion]
files = setup.py
commit = True
tag = True
current_version = 1.5.0

View file

@ -47,7 +47,7 @@ Requirements
------------
* `Redis`_
* Python 3.7+
* Python 3.8+
.. _Redis: https://redis.io/

View file

@ -5,3 +5,5 @@ freezegun==1.2.1
pytest==7.3.1
pytest-cov==4.1.0
tox==4.11.3
bumpversion==0.6.0
wheel==0.42.0

View file

@ -2,7 +2,7 @@
current_version = 1.6.0
commit = True
tag = True
files = setup.py snappass/__init__.py
files = setup.py
[flake8]
show-source = True

View file

@ -18,7 +18,7 @@ setup(
],
},
include_package_data=True,
python_requires='>=3.7, <4',
python_requires='>=3.8, <4',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
@ -27,7 +27,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',