Skip to content

Commit

Permalink
Merge pull request #551 from hx2A/bump-version-0103a1
Browse files Browse the repository at this point in the history
bump version to 0.10.3a1
  • Loading branch information
hx2A authored Nov 10, 2024
2 parents c9123c1 + 2478996 commit 730bc12
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 @@ -115,7 +115,7 @@
pass


__version__ = "0.10.3.dev6"
__version__ = "0.10.3a1"

_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.3.dev6"
__version__ = "0.10.3a1"


__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.3.dev6</version>
<version>0.10.3a1</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/core.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5-jogl</artifactId>
<version>0.10.3.dev6</version>
<version>0.10.3a1</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5</artifactId>
<version>0.10.3.dev6</version>
<version>0.10.3a1</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
</dependency>
Expand Down

0 comments on commit 730bc12

Please sign in to comment.