diff --git a/setup.py b/setup.py index 32c3176..4903090 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ author='Lindon Roberts', author_email='lindon.roberts@anu.edu.au', url="https://github.com/lindonroberts/trust-region", - download_url="https://github.com/lindonroberts/trust-region/archive/v1.1.tar.gz", + download_url="https://github.com/lindonroberts/trust-region/archive/v1.2.tar.gz", packages=['trustregion'], ext_modules=[lib], license='GNU GPL', diff --git a/trustregion/version.py b/trustregion/version.py index 21569bf..f3a2b1c 100644 --- a/trustregion/version.py +++ b/trustregion/version.py @@ -1 +1 @@ -__version__ = '1.1' \ No newline at end of file +__version__ = '1.2' \ No newline at end of file