Skip to content

Commit

Permalink
chor: Update repo to say beta release instead of alpha (#691)
Browse files Browse the repository at this point in the history
* fix: Bump version number after 2.2.1b2 release

* Update setup.py

Current release is beta so updating the same in setup.py
  • Loading branch information
vi3k6i5 committed Jul 30, 2021
1 parent 5f9750e commit 2144d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 4 - Beta"
dependencies = ["sqlparse >= 0.3.0", "google-cloud-spanner >= 3.0.0"]
extras = {
"tracing": [
Expand Down

0 comments on commit 2144d09

Please sign in to comment.