Skip to content

Commit 2ae99d5

Browse files
committed
Update version number and download URL
1 parent ed23f62 commit 2ae99d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pybobyqa/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
2323
"""
2424

25-
__version__ = '1.1.1'
25+
__version__ = '1.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
author='Lindon Roberts',
4040
author_email='[email protected]',
4141
url="https://github.com/numericalalgorithmsgroup/pybobyqa/",
42-
download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.1.1.tar.gz",
42+
download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.2.tar.gz",
4343
packages=['pybobyqa'],
4444
license='GNU GPL',
4545
keywords = "mathematics derivative free optimization",

0 commit comments

Comments
 (0)