Skip to content

Commit

Permalink
🔖 Set first release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelgervais committed May 23, 2019
1 parent 3fa55e4 commit 1d7aaab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup

# Should equal quasardb api version
version = "3.3.2"
version = "1.0.0"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand All @@ -27,9 +27,10 @@
"quasardb >= 3.3.2"
],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

'Intended Audience :: Developers',
'Intended Audience :: System Administrators',

'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
Expand Down

0 comments on commit 1d7aaab

Please sign in to comment.