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 70cb299 commit 0798190Copy full SHA for 0798190
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import find_packages
2
from setuptools import setup
3
4
-VERSION = '1.0.0'
+VERSION = '1.1.0'
5
6
setup_args = dict(
7
name='BigQuery-Python',
@@ -16,7 +16,7 @@
16
author='Tyler Treat',
17
author_email='[email protected]',
18
classifiers=[
19
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
20
'Environment :: Web Environment',
21
'Intended Audience :: Developers',
22
'Operating System :: OS Independent',
0 commit comments