Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 31, 2015
1 parent dd5ae81 commit 744ead1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repocket/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.1.0'
version = '0.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read_version():

setup(
name='repocket',
version='0.1.0',
version='0.1.1',
description='simple active record for redis',
entry_points={
'console_scripts': ['repocket = repocket.cli:main'],
Expand Down

0 comments on commit 744ead1

Please sign in to comment.