Skip to content

Commit

Permalink
Release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Sep 3, 2015
1 parent 31b79ec commit 883b260
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
@@ -1 +1 @@
version = '0.1.9'
version = '0.1.10'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,7 +37,7 @@ def read_version():

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

0 comments on commit 883b260

Please sign in to comment.