Skip to content

Commit 9cf4f60

Browse files
committed
Bump version: 3.1.3dev → 3.1.3
1 parent 92bc449 commit 9cf4f60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.3dev
2+
current_version = 3.1.3
33
commit = True
44
tag = False
55
tag_name = {new_version}

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sdss-tree
3-
version = 3.1.3dev
3+
version = 3.1.3
44
author = Brian Cherinka
55
author_email = bcherinka@stsci.edu
66
description = Control and setup of SDSS tree environment and modules
@@ -52,7 +52,7 @@ tree =
5252
dev =
5353
%(docs)s # This forces the docs extras to install (http://bit.ly/2Qz7fzb)
5454
ipython>=7.9.0
55-
matplotlib>=3.1.3dev
55+
matplotlib>=3.1.3
5656
flake8>=3.7.9
5757
doc8>=0.8.0
5858
pytest>=5.2.2
@@ -68,7 +68,7 @@ dev =
6868
# The following are needed because sdsstools[dev] as an extra not always
6969
# gets installed. See https://github.com/pypa/pip/issues/4957.
7070
invoke>=1.3.0
71-
twine>=3.1.3dev
71+
twine>=3.1.3
7272
wheel>=0.33.6
7373

7474
docs =

0 commit comments

Comments
 (0)