We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099a975 commit 7e192ffCopy full SHA for 7e192ff
setup.py
@@ -15,7 +15,7 @@
15
# Versions should comply with PEP440. For a discussion on single-sourcing
16
# the version across setup.py and the project code, see
17
# https://packaging.python.org/en/latest/single_source_version.html
18
- version='0.1.0',
+ version='0.3.0',
19
20
description='A framework to run experiments on an computing cluster.',
21
long_description=long_description,
@@ -36,7 +36,7 @@
36
# 3 - Alpha
37
# 4 - Beta
38
# 5 - Production/Stable
39
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 3 - Alpha',
40
41
# Indicate who your project is intended for
42
'Intended Audience :: Science/Research',
0 commit comments