File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.0.dev0
2+ current_version = 0.9.0a0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<channel>a|b|rc|\.dev)(?P<release>\d+)
Original file line number Diff line number Diff line change 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 ()
8989py5_tools ._lock_imported_mode ()
Original file line number Diff line number Diff line change 2828from . import translators # noqa
2929
3030
31- __version__ = '0.9.0.dev0 '
31+ __version__ = '0.9.0a0 '
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments