diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 13ee9aa..48dbc64 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/reviews/version.py b/reviews/version.py index 260c070..f9aa3e1 100644 --- a/reviews/version.py +++ b/reviews/version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" diff --git a/setup.py b/setup.py index 07e13f6..cc48358 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def _requires_from_file(filename): setup( name="reviews", packages=find_namespace_packages(include=["*"]), - version="0.3.1", + version="0.3.2", license="MIT", description=("A terminal UI dashboard to monitor requests for code " "review across Github repositories."), author="Kyle Harrison",