Skip to content

Commit 7e192ff

Browse files
updated version number and set status to alpha.
1 parent 099a975 commit 7e192ff

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
@@ -15,7 +15,7 @@
1515
# Versions should comply with PEP440. For a discussion on single-sourcing
1616
# the version across setup.py and the project code, see
1717
# https://packaging.python.org/en/latest/single_source_version.html
18-
version='0.1.0',
18+
version='0.3.0',
1919

2020
description='A framework to run experiments on an computing cluster.',
2121
long_description=long_description,
@@ -36,7 +36,7 @@
3636
# 3 - Alpha
3737
# 4 - Beta
3838
# 5 - Production/Stable
39-
'Development Status :: 2 - Pre-Alpha',
39+
'Development Status :: 3 - Alpha',
4040

4141
# Indicate who your project is intended for
4242
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)