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