We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf74da commit 4864eb0Copy full SHA for 4864eb0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.1dev
+current_version = 1.1.1
3
commit = True
4
tag = False
5
tag_name = {new_version}
@@ -15,3 +15,4 @@ values =
15
alpha
16
17
[bumpversion:file:setup.cfg]
18
+
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = sdss-access
-version = 1.1.1dev
+version = 1.1.1
author = Brian Cherinka
author_email = bcherinka@stsci.edu
6
description = Package to dynamically build filepaths and access all SDSS SAS products
0 commit comments