diff --git a/setup.cfg b/setup.cfg index 478c5f7..f42ef7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 69bef20..63bd08f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name='wxcast', - version='1.1.0', + version='1.2.0', description='A CLI utility for retrieving weather information.', long_description=readme + '\n\n' + changes, author="Sean Marlow", diff --git a/wxcast/__init__.py b/wxcast/__init__.py index 2852e51..d422cd3 100644 --- a/wxcast/__init__.py +++ b/wxcast/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __author__ = """Sean Marlow""" -__version__ = '1.1.0' +__version__ = '1.2.0'