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 ed23f62 commit 2ae99d5Copy full SHA for 2ae99d5
pybobyqa/version.py
@@ -22,4 +22,4 @@
22
23
"""
24
25
-__version__ = '1.1.1'
+__version__ = '1.2'
setup.py
@@ -39,7 +39,7 @@
39
author='Lindon Roberts',
40
author_email='lindon.roberts@maths.ox.ac.uk',
41
url="https://github.com/numericalalgorithmsgroup/pybobyqa/",
42
- download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.1.1.tar.gz",
+ download_url="https://github.com/numericalalgorithmsgroup/pybobyqa/archive/v1.2.tar.gz",
43
packages=['pybobyqa'],
44
license='GNU GPL',
45
keywords = "mathematics derivative free optimization",
0 commit comments