Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
updating version number to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt George committed Aug 5, 2010
1 parent 753b8a4 commit 1d454c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyres/__init__.py
@@ -1,4 +1,4 @@
__version__ = '0.8'
__version__ = '0.9'

from redis import Redis
import pyres.json_parser as json
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version='0.8'
version='0.9'
setup(
name='pyres',
version=version,
Expand Down

0 comments on commit 1d454c1

Please sign in to comment.