Skip to content

Commit

Permalink
Bumped version for PyPi to accept
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Apr 30, 2017
1 parent a603743 commit 62ae22d
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 @@ -3,7 +3,7 @@
from collections import defaultdict
from setuptools import setup, find_packages, Extension

VERSION = '2.0.3'
VERSION = '2.0.4'
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
BUILD_ARGS = defaultdict(lambda: ['-O3', '-g0'])
BUILD_ARGS['msvc'] = ['/EHsc']
Expand Down

0 comments on commit 62ae22d

Please sign in to comment.