diff --git a/CHANGES.md b/CHANGES.md index 53d87e8..6e18ad6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ # jpy Changelog +## Version 0.19.0 (in development) + ## Version 0.18.0 * [#158](https://github.com/jpy-consortium/jpy/pull/158) Get the correct computed tb lineno * [#153](https://github.com/jpy-consortium/jpy/pull/153) Remove pip upgrade from CI diff --git a/jpyutil.py b/jpyutil.py index 3e05c80..b32b9f7 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__ = "0.18.0" +__version__ = "0.19.0.dev0" # Setup a dedicated logger for jpyutil. diff --git a/pom.xml b/pom.xml index cce4506..ff70267 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.jpyconsortium jpy - 0.18.0 + 0.19.0-SNAPSHOT jar Java-Python Bridge