Skip to content

Commit

Permalink
0.9a2.dev6
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Jan 10, 2011
1 parent 9a4c15a commit 3712832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pinax/__init__.py
@@ -1,5 +1,5 @@
VERSION = (0, 9, 0, "a", 2) # following PEP 386
DEV_N = 5
DEV_N = 6


def get_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages


VERSION = __import__('pinax').__version__
VERSION = __import__("pinax").__version__


def read(*path):
Expand Down

0 comments on commit 3712832

Please sign in to comment.