We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b73e8c commit d48f008Copy full SHA for d48f008
setup.py
@@ -16,7 +16,7 @@
16
# Versions should comply with PEP440. For a discussion on single-sourcing
17
# the version across setup.py and the project code, see
18
# https://packaging.python.org/en/latest/single_source_version.html
19
- version='0.0.4',
+ version='0.0.5',
20
21
description="FireO ORM is specifically designed for the Google's Firestore",
22
long_description=long_description,
@@ -38,7 +38,7 @@
38
# 3 - Alpha
39
# 4 - Beta
40
# 5 - Production/Stable
41
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 4 - Beta',
42
43
# Indicate who your project is intended for
44
"Intended Audience :: Developers",
0 commit comments