Skip to content

Commit

Permalink
Bump version: 0.0.3 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jairhenrique committed Jun 5, 2017
1 parent 832d512 commit a727403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 1.0.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion ramos/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.0.3'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name='ramos',
version='0.0.3',
version='1.0.0',
description=(
'Generic backend pool '
),
Expand Down

0 comments on commit a727403

Please sign in to comment.