Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7803177

Browse files
committedOct 30, 2016
bump version number
1 parent cd72d59 commit 7803177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
version = '1.13.1'
4+
version = '1.13.2'
55

66
here = os.path.abspath(os.path.dirname(__file__))
77
README = open(os.path.join(here, 'README.md')).read()

0 commit comments

Comments
 (0)
Please sign in to comment.