Skip to content

Commit

Permalink
Bumpversion v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Nov 21, 2021
1 parent 1dd46f6 commit 1bfb8c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = False

[bumpversion:file:setup.py]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
project = "wxee"
copyright = "2021, Aaron Zuspan"
author = "Aaron Zuspan"
version = "0.3.1"
version = "0.3.2"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion wxee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from wxee.time_series import TimeSeries
from wxee.utils import Initialize

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 1bfb8c7

Please sign in to comment.