diff --git a/CHANGES.md b/CHANGES.md
index d7573ef..563f0fe 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,7 @@
# jpy Changelog
+## Version 1.1.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 2cd1055..bf5bcdc 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"
+__version__ = "1.1.0.dev0"
# Setup a dedicated logger for jpyutil.
diff --git a/pom.xml b/pom.xml
index 034158c..09c6a84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
org.jpyconsortium
jpy
- 1.0.0
+ 1.1.0-SNAPSHOT
jar
Java-Python Bridge