Skip to content

Commit

Permalink
Merge pull request #581 from hx2A/bumpversion-0104a2
Browse files Browse the repository at this point in the history
bump version to 0.10.4a2
  • Loading branch information
hx2A authored Dec 31, 2024
2 parents 21f3183 + 11fb5ae commit 609f3ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion py5_resources/py5_module/py5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
pass


__version__ = "0.10.4.dev1"
__version__ = "0.10.4a2"

_PY5_USE_IMPORTED_MODE = py5_tools.get_imported_mode()
py5_tools._lock_imported_mode()
Expand Down
2 changes: 1 addition & 1 deletion py5_resources/py5_module/py5_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from .jvm import * # noqa
from .libraries import * # noqa

__version__ = "0.10.4.dev1"
__version__ = "0.10.4a2"


__all__ = [
Expand Down
6 changes: 3 additions & 3 deletions py5_resources/py5_module/py5_tools/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@
<dependency>
<groupId>py5</groupId>
<artifactId>py5-processing4</artifactId>
<version>0.10.4.dev1</version>
<version>0.10.4a2</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/core.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5-jogl</artifactId>
<version>0.10.4.dev1</version>
<version>0.10.4a2</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5</artifactId>
<version>0.10.4.dev1</version>
<version>0.10.4a2</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
</dependency>
Expand Down

0 comments on commit 609f3ef

Please sign in to comment.