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.10.1.dev1
2+ current_version = 0.10.1a1
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 115115 pass
116116
117117
118- __version__ = "0.10.1.dev1 "
118+ __version__ = "0.10.1a1 "
119119
120120_PY5_USE_IMPORTED_MODE = py5_tools .get_imported_mode ()
121121py5_tools ._lock_imported_mode ()
Original file line number Diff line number Diff line change 2727from .jvm import * # noqa
2828from .libraries import * # noqa
2929
30- __version__ = "0.10.1.dev1 "
30+ __version__ = "0.10.1a1 "
Original file line number Diff line number Diff line change 6161 <dependency>
6262 <groupId>py5</groupId>
6363 <artifactId>py5-processing4</artifactId>
64- <version>0.10.1.dev1 </version>
64+ <version>0.10.1a1 </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.1.dev1 </version>
71+ <version>0.10.1a1 </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.1.dev1 </version>
78+ <version>0.10.1a1 </version>
7979 <scope>system</scope>
8080 <systemPath>$${{jarlocation}}/py5.jar</systemPath>
8181 </dependency>
You can’t perform that action at this time.
0 commit comments