Skip to content

Commit 0798190

Browse files
committed
Bump version
1 parent 70cb299 commit 0798190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages
22
from setuptools import setup
33

4-
VERSION = '1.0.0'
4+
VERSION = '1.1.0'
55

66
setup_args = dict(
77
name='BigQuery-Python',
@@ -16,7 +16,7 @@
1616
author='Tyler Treat',
1717
author_email='[email protected]',
1818
classifiers=[
19-
'Development Status :: 4 - Beta',
19+
'Development Status :: 5 - Production/Stable',
2020
'Environment :: Web Environment',
2121
'Intended Audience :: Developers',
2222
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)