diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9c50997..6d9d207 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.5dev +current_version = 3.0.5 commit = True tag = False tag_name = {new_version} diff --git a/setup.cfg b/setup.cfg index e70eb74..d57db5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdss-access -version = 3.0.5dev +version = 3.0.5 author = Brian Cherinka author_email = bcherinka@stsci.edu description = Package to dynamically build filepaths and access all SDSS SAS products