diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 68ad4e6..2b2fb05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1-dev +current_version = 0.0.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index 13f979e..07f9b46 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ copyright = '2018, Charles Tapley Hoyt and Özlem Muslu' author = 'Charles Tapley Hoyt and Özlem Muslu' -release = '0.0.1-dev' +release = '0.0.1' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 6e1a679..bf43d06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ # Configuring setup() [metadata] name = nrl -version = 0.0.1-dev +version = 0.0.1 url = https://github.com.cthoyt/nrl author = Charles Tapley Hoyt author_email = cthoyt@gmail.com diff --git a/src/nrl/constants.py b/src/nrl/constants.py index cdc0b1c..9b182ef 100644 --- a/src/nrl/constants.py +++ b/src/nrl/constants.py @@ -2,4 +2,4 @@ """Constants for NRL.""" -VERSION = '0.0.1-dev' +VERSION = '0.0.1'