diff --git a/HISTORY.rst b/HISTORY.rst index dea6d2d5..b12adb0a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,8 @@ ======= History ======= +2.1.0 (2021-08-06) +Getting version number inline with GitHub version numbers. This tag has a version of the outlier code, which will be excised in the next version. 0.9.1 (2021-05-06) 0.9.0 (2019-09-20) ------------------ diff --git a/README.md b/README.md index ad58d91b..fa89d389 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Remember to cite it as: title = {enterprise_extensions}, year = {2021}, url = {https://github.com/nanograv/enterprise_extensions}, - note = {v0.9.2} + note = {v2.1.0} } ``` diff --git a/enterprise_extensions/__init__.py b/enterprise_extensions/__init__.py index a2fecb45..9aa3f903 100644 --- a/enterprise_extensions/__init__.py +++ b/enterprise_extensions/__init__.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "2.1.0" diff --git a/setup.cfg b/setup.cfg index bcde74bf..41fe4d3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 2.1.0 commit = True tag = True @@ -23,4 +23,3 @@ test = pytest [tool:pytest] collect_ignore = ['setup.py'] -