diff --git a/CHANGES.md b/CHANGES.md index 749f663..d7573ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # jpy Changelog -## Version 1.0.0 (in development) +## Version 1.0.0 * [#176](https://github.com/jpy-consortium/jpy/pull/176) fix: make PyObject cleanup thread-safe in free-threaded Python and reduce contention * [#175](https://github.com/jpy-consortium/jpy/pull/175) Update project's Development Status classifier diff --git a/jpyutil.py b/jpyutil.py index 869a0a0..2cd1055 100644 --- a/jpyutil.py +++ b/jpyutil.py @@ -36,7 +36,7 @@ __author__ = "Norman Fomferra (Brockmann Consult GmbH) and contributors" __copyright__ = "Copyright 2015-2018 Brockmann Consult GmbH and contributors" __license__ = "Apache 2.0" -__version__ = "1.0.0.dev0" +__version__ = "1.0.0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index 031ae40..034158c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 1.0.0-SNAPSHOT + 1.0.0 jar Java-Python Bridge