Skip to content

Commit a6ee843

Browse files
committed
Bump version to 3.0.0
Signed-off-by: Francesco De Martino <[email protected]>
1 parent c26ea53 commit a6ee843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(fname):
2929
"clustermgtd = slurm_plugin.clustermgtd:main",
3030
"computemgtd = slurm_plugin.computemgtd:main",
3131
]
32-
version = "3.0.0b1"
32+
version = "3.0.0"
3333
requires = ["boto3>=1.7.55", "retrying>=1.3.3"]
3434

3535
setup(

0 commit comments

Comments
 (0)