We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb279 commit f959ccbCopy full SHA for f959ccb
docs/conf.py
@@ -13,8 +13,8 @@
13
copyright = '2017, Szabolcs Dombi'
14
author = 'Szabolcs Dombi'
15
16
-version = '0.9.0'
17
-release = '0.9.0'
+version = '1.0.0'
+release = '1.0.0'
18
19
language = None
20
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name = 'QuickHull',
- version = '0.9.0',
+ version = '1.0.0',
description = 'QuickHull',
url = 'https://github.com/cprogrammer1994/QuickHull',
author = 'Szabolcs Dombi',
0 commit comments