diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 68feb7c..9e058a0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = False [bumpversion:file:setup.py] diff --git a/docs/conf.py b/docs/conf.py index a277c97..7e7ab96 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = "wxee" copyright = "2021, Aaron Zuspan" author = "Aaron Zuspan" -version = "0.3.1" +version = "0.3.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bae58ca..01a3196 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup # type: ignore -version = "0.3.1" +version = "0.3.2" with open("README.rst") as readme_file: readme = readme_file.read() diff --git a/wxee/__init__.py b/wxee/__init__.py index e0aa296..4b86fa7 100644 --- a/wxee/__init__.py +++ b/wxee/__init__.py @@ -4,4 +4,4 @@ from wxee.time_series import TimeSeries from wxee.utils import Initialize -__version__ = "0.3.1" +__version__ = "0.3.2"