Skip to content

Commit afd207f

Browse files
committed
Release 1.3
1 parent f8fada9 commit afd207f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010
from setuptools import setup, find_packages
1111

12-
version = '1.3.0a1'
12+
version = '1.3.0'
1313

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

0 commit comments

Comments
 (0)