diff --git a/setup.cfg b/setup.cfg index 4bde358..448e5d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 86206be..e79419d 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name='wxcast', - version='1.3.0', + version='1.3.1', description='A CLI utility for retrieving weather information.', long_description=readme + '\n\n' + changes, long_description_content_type="text/markdown", diff --git a/wxcast/__init__.py b/wxcast/__init__.py index e751b6d..a5f6c0e 100644 --- a/wxcast/__init__.py +++ b/wxcast/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = """Sean Marlow""" -__version__ = '1.3.0' +__version__ = '1.3.1'