Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fhightower committed Oct 23, 2017
1 parent 0f805fe commit b2b8d44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robtex_python/__init__.py
Expand Up @@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-

__author__ = """Floyd Hightower"""
__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setup(
name='robtex_python',
version='0.3.0',
version='0.3.1',
description="Simple python wrapper for the Robtex API.",
long_description=readme + '\n\n' + history,
author="Floyd Hightower",
Expand Down

0 comments on commit b2b8d44

Please sign in to comment.