Skip to content

Commit

Permalink
Merge tag '0.3.1' into develop
Browse files Browse the repository at this point in the history
Release: 0.3.1
  • Loading branch information
prawn-cake committed Oct 9, 2015
2 parents 5b8955f + 67fcd5b commit 1a12fb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
tag = False
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='simple-models',
version='0.3.0',
version='0.3.1',
packages=['simplemodels'],
url='https://github.com/prawn-cake/simple-models',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion simplemodels/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
import sys

__version__ = '0.3.0'
__version__ = '0.3.1'
PYTHON_VERSION = sys.version_info[0]

0 comments on commit 1a12fb5

Please sign in to comment.