Skip to content

Commit 3ed83ce

Browse files
authored
Merge pull request #403 from hx2A/bumpversion_0101
bump version to 0.10.1.dev0
2 parents b45327f + 8a45e15 commit 3ed83ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.0a0
2+
current_version = 0.10.1.dev0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<channel>a|b|rc|\.dev)(?P<release>\d+)

py5_resources/py5_module/py5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
pass
116116

117117

118-
__version__ = "0.10.0a0"
118+
__version__ = "0.10.1.dev0"
119119

120120
_PY5_USE_IMPORTED_MODE = py5_tools.get_imported_mode()
121121
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
@@ -27,4 +27,4 @@
2727
from .jvm import * # noqa
2828
from .libraries import * # noqa
2929

30-
__version__ = "0.10.0a0"
30+
__version__ = "0.10.1.dev0"

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.0a0</version>
64+
<version>0.10.1.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.0a0</version>
71+
<version>0.10.1.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.0a0</version>
78+
<version>0.10.1.dev0</version>
7979
<scope>system</scope>
8080
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
8181
</dependency>

0 commit comments

Comments
 (0)