Skip to content

Commit

Permalink
Bump version: 0.3.4-dev → 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Liu committed Jun 7, 2017
1 parent 0499830 commit 06ae322
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,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.3.4-dev
current_version = 0.3.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion rets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rets.http.client import RetsHttpClient

__title__ = 'rets'
__version__ = '0.3.4-dev'
__version__ = '0.3.5'
__author__ = 'Martin Liu <[email protected]>'
__license__ = 'MIT License'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='rets-python',
version='0.3.4-dev',
version='0.3.5',
description='rets-python',
long_description=long_desc,
author='Martin Liu',
Expand Down

0 comments on commit 06ae322

Please sign in to comment.