Skip to content

Commit 5ac1714

Browse files
authored
Merge pull request #583 from hx2A/bumpversion-0105dev0
bump version to 0.10.5dev0
2 parents 609f3ef + bc3c5d5 commit 5ac1714

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

py5_resources/py5_module/py5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
pass
165165

166166

167-
__version__ = "0.10.4a2"
167+
__version__ = "0.10.5.dev0"
168168

169169
_PY5_USE_IMPORTED_MODE = py5_tools.get_imported_mode()
170170
py5_tools._lock_imported_mode()

py5_resources/py5_module/py5_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from .jvm import * # noqa
2929
from .libraries import * # noqa
3030

31-
__version__ = "0.10.4a2"
31+
__version__ = "0.10.5.dev0"
3232

3333

3434
__all__ = [

py5_resources/py5_module/py5_tools/utilities.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,21 @@
6161
<dependency>
6262
<groupId>py5</groupId>
6363
<artifactId>py5-processing4</artifactId>
64-
<version>0.10.4a2</version>
64+
<version>0.10.5.dev0</version>
6565
<scope>system</scope>
6666
<systemPath>$${{jarlocation}}/core.jar</systemPath>
6767
</dependency>
6868
<dependency>
6969
<groupId>py5</groupId>
7070
<artifactId>py5-jogl</artifactId>
71-
<version>0.10.4a2</version>
71+
<version>0.10.5.dev0</version>
7272
<scope>system</scope>
7373
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
7474
</dependency>
7575
<dependency>
7676
<groupId>py5</groupId>
7777
<artifactId>py5</artifactId>
78-
<version>0.10.4a2</version>
78+
<version>0.10.5.dev0</version>
7979
<scope>system</scope>
8080
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
8181
</dependency>

0 commit comments

Comments
 (0)