Skip to content

Commit

Permalink
Bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Aug 27, 2022
1 parent 63bb869 commit f171265
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.2
current_version = 0.3.3
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.2"
version = "0.3.3"

# -- 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.2"
version = "0.3.3"

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.2"
__version__ = "0.3.3"

0 comments on commit f171265

Please sign in to comment.