Skip to content

Commit

Permalink
Bump version: 2.6.0dev → 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Mar 12, 2021
1 parent fa1b170 commit e1d8501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 2.6.0dev
current_version = 2.6.0
commit = True
tag = False
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = alpha
values =
values =
dev
alpha

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sdss-marvin
version = 2.6.0dev
version = 2.6.0
author = The Marvin Developers
author_email = havok2063@hotmail.com
description = Toolsuite for dealing with the MaNGA dataset
Expand Down

0 comments on commit e1d8501

Please sign in to comment.