Skip to content

Commit

Permalink
Bump version: 2.1.0-dev0 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed May 16, 2023
1 parent 407c25d commit fd830b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysradb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = """Saket Choudhary"""
__email__ = "saketkc@gmail.com"
__version__ = "2.1.0-dev0"
__version__ = "2.1.0"

from .filter_attrs import expand_sample_attribute_columns
from .geodb import GEOdb
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0-dev0
current_version = 2.1.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/saketkc/pysradb",
version="2.1.0-dev0",
version="2.1.0",
zip_safe=False,
)

0 comments on commit fd830b6

Please sign in to comment.