Skip to content

Commit

Permalink
Merge pull request #292 from hx2A/bumpversion
Browse files Browse the repository at this point in the history
bump version to 0.9.0a0
  • Loading branch information
hx2A authored May 4, 2023
2 parents 6374b89 + dbf92f8 commit 08749e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0.dev0
current_version = 0.9.0a0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<channel>a|b|rc|\.dev)(?P<release>\d+)
Expand Down
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 @@ -83,7 +83,7 @@
pass


__version__ = '0.9.0.dev0'
__version__ = '0.9.0a0'

_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,4 +28,4 @@
from . import translators # noqa


__version__ = '0.9.0.dev0'
__version__ = '0.9.0a0'
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 @@ -62,21 +62,21 @@
<dependency>
<groupId>py5</groupId>
<artifactId>py5-processing4</artifactId>
<version>0.9.0.dev0</version>
<version>0.9.0a0</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/core.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5-jogl</artifactId>
<version>0.9.0.dev0</version>
<version>0.9.0a0</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
</dependency>
<dependency>
<groupId>py5</groupId>
<artifactId>py5</artifactId>
<version>0.9.0.dev0</version>
<version>0.9.0a0</version>
<scope>system</scope>
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
</dependency>
Expand Down

0 comments on commit 08749e4

Please sign in to comment.