Skip to content

Commit

Permalink
Bump to 0.11.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Aug 20, 2022
1 parent 1e0f141 commit 5af62a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# jpy Changelog

## Version 0.11.1.dev0 (in development)
* Fix macosx wheels

## Version 0.11.0
* Publish artifacts to [PyPi](https://pypi.org/project/jpy/). Source tarball and binary wheels for Python 3.6 - 3.10 for Linux, Mac, and Windows (x86_64).
* Publish release to Maven Central with group id `org.jpyconsortium` and artifact id `jpy`. Java-8 compatible jars.
Expand Down
2 changes: 1 addition & 1 deletion jpyutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0"
__version__ = "0.11.1.dev0"


# Setup a dedicated logger for jpyutil.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.jpyconsortium</groupId>
<artifactId>jpy</artifactId>
<version>0.11.0</version>
<version>0.11.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Java-Python Bridge</name>

Expand Down

0 comments on commit 5af62a1

Please sign in to comment.