Skip to content

Commit 08749e4

Browse files
authored
Merge pull request #292 from hx2A/bumpversion
bump version to 0.9.0a0
2 parents 6374b89 + dbf92f8 commit 08749e4

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.9.0.dev0
2+
current_version = 0.9.0a0
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
@@ -83,7 +83,7 @@
8383
pass
8484

8585

86-
__version__ = '0.9.0.dev0'
86+
__version__ = '0.9.0a0'
8787

8888
_PY5_USE_IMPORTED_MODE = py5_tools.get_imported_mode()
8989
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,4 +28,4 @@
2828
from . import translators # noqa
2929

3030

31-
__version__ = '0.9.0.dev0'
31+
__version__ = '0.9.0a0'

py5_resources/py5_module/py5_tools/utilities.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@
6262
<dependency>
6363
<groupId>py5</groupId>
6464
<artifactId>py5-processing4</artifactId>
65-
<version>0.9.0.dev0</version>
65+
<version>0.9.0a0</version>
6666
<scope>system</scope>
6767
<systemPath>$${{jarlocation}}/core.jar</systemPath>
6868
</dependency>
6969
<dependency>
7070
<groupId>py5</groupId>
7171
<artifactId>py5-jogl</artifactId>
72-
<version>0.9.0.dev0</version>
72+
<version>0.9.0a0</version>
7373
<scope>system</scope>
7474
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
7575
</dependency>
7676
<dependency>
7777
<groupId>py5</groupId>
7878
<artifactId>py5</artifactId>
79-
<version>0.9.0.dev0</version>
79+
<version>0.9.0a0</version>
8080
<scope>system</scope>
8181
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
8282
</dependency>

0 commit comments

Comments
 (0)