From d3d79c18b32dff882ccbbad17ea4e6dfaa1f8d69 Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Fri, 8 Oct 2021 22:38:53 -0700 Subject: [PATCH] Bumpversion 0.1.1 --- .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 201fcdd..bfb77ce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = False [bumpversion:file:setup.py] diff --git a/docs/conf.py b/docs/conf.py index ddd83c0..8d63f75 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = "wxee" copyright = "2021, Aaron Zuspan" author = "Aaron Zuspan" -version = "0.1.0" +version = "0.1.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a274afe..0e14e65 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup # type: ignore -version = "0.1.0" +version = "0.1.1" with open("README.rst") as readme_file: readme = readme_file.read() diff --git a/wxee/__init__.py b/wxee/__init__.py index 93ff8c9..3f1b1de 100644 --- a/wxee/__init__.py +++ b/wxee/__init__.py @@ -2,4 +2,4 @@ from wxee.image import Image from wxee.time_series import TimeSeries -__version__ = "0.1.0" +__version__ = "0.1.1"