Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Aug 31, 2015
1 parent c4fcc0c commit ca86f15
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.1'
version = '0.1.2'
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.1',
version='0.1.2',
description='simple active record for redis',
entry_points={
'console_scripts': ['repocket = repocket.cli:main'],
Expand Down

0 comments on commit ca86f15

Please sign in to comment.