Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Jun 16, 2018
1 parent b6494d7 commit 7829b39
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.3.0
current_version = 1.3.1
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.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",
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.3.0'
__version__ = '1.3.1'

0 comments on commit 7829b39

Please sign in to comment.