Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Feb 19, 2018
1 parent e898331 commit dfc3ed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion wxcast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__author__ = """Sean Marlow"""
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit dfc3ed8

Please sign in to comment.