Skip to content

Commit 316bd48

Browse files
committed
Add alpha
1 parent 0f9eb9f commit 316bd48

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pycloudfn',
5-
version='0.1.115',
5+
version='0.1.116',
66
description='GCP Cloud functions in python',
77
url='https://github.com/MartinSahlen/cloud-functions-python',
88
author='Martin Sahlen',
@@ -11,6 +11,9 @@
1111
entry_points={
1212
'console_scripts': ['py-cloud-fn=cloudfn.cli:main'],
1313
},
14+
classifiers=[
15+
'Development Status :: 3 - Alpha',
16+
],
1417
install_requires=[
1518
'pyinstaller==3.2.1',
1619
'Jinja2==2.9.6',

0 commit comments

Comments
 (0)