From f1712656b41b6de4eaaf96c889780b45daed4b0a Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Sat, 27 Aug 2022 16:28:16 -0700 Subject: [PATCH] Bumpversion --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- wxee/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e058a0..7c97346 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.3.3 commit = False [bumpversion:file:setup.py] diff --git a/docs/conf.py b/docs/conf.py index 7e7ab96..3318a99 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.2" +version = "0.3.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 01a3196..9742dd8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup # type: ignore -version = "0.3.2" +version = "0.3.3" with open("README.rst") as readme_file: readme = readme_file.read() diff --git a/wxee/__init__.py b/wxee/__init__.py index 4b86fa7..1107c3d 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.2" +__version__ = "0.3.3"