Skip to content

Commit f959ccb

Browse files
committed
bump to version 1.0.0
1 parent 22fb279 commit f959ccb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
copyright = '2017, Szabolcs Dombi'
1414
author = 'Szabolcs Dombi'
1515

16-
version = '0.9.0'
17-
release = '0.9.0'
16+
version = '1.0.0'
17+
release = '1.0.0'
1818

1919
language = None
2020
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = 'QuickHull',
13-
version = '0.9.0',
13+
version = '1.0.0',
1414
description = 'QuickHull',
1515
url = 'https://github.com/cprogrammer1994/QuickHull',
1616
author = 'Szabolcs Dombi',

0 commit comments

Comments
 (0)