Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lambacck committed Feb 7, 2015
1 parent f8fada9 commit afd207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
from setuptools import setup, find_packages

version = '1.3.0a1'
version = '1.3.0'

if not '2.6' <= sys.version < '3.0' and not '3.2' <= sys.version:
raise ImportError('Python version not supported')
Expand Down

0 comments on commit afd207f

Please sign in to comment.