From d318cfcd61e8ca3532aaf3306c331147960f6eb8 Mon Sep 17 00:00:00 2001 From: rixwew <45103242+rixwew@users.noreply.github.com> Date: Tue, 5 Apr 2022 20:29:24 +0900 Subject: [PATCH] increment minor version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 455a442..a662f04 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, Extension NAME = 'dartsclone' -VERSION = '0.9.0' +VERSION = '0.10.0' EXTENSIONS = [ Extension( '{0}._{0}'.format(NAME),