Skip to content

Commit

Permalink
increment minor version
Browse files Browse the repository at this point in the history
* supported to pip install from pre-built binary package #7
* added automatic upload to pypi using github actions #7
  • Loading branch information
rixwew committed Feb 21, 2020
1 parent 665819b commit da519fe
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
@@ -1,7 +1,7 @@
from setuptools import setup, Extension

NAME = 'dartsclone'
VERSION = '0.8.5'
VERSION = '0.9.0'
EXTENSIONS = [
Extension(
'{0}._{0}'.format(NAME),
Expand Down

0 comments on commit da519fe

Please sign in to comment.