Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thegeorgeous committed Jan 30, 2022
1 parent 85cddb0 commit 3e12172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='Flask-CQLAlchemy',
version='1.3.0',
version='2.0.0',
url='http://thegeorgeous.com/flask-cqlalchemy',
license='ISC',
author='George Thomas',
Expand All @@ -30,6 +30,7 @@
install_requires=[
'cassandra-driver>=3.22.0',
],
options={"bdist_wheel": {"universal": True}},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 3e12172

Please sign in to comment.