File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 164164 pass
165165
166166
167- __version__ = "0.10.4.dev1 "
167+ __version__ = "0.10.4a2 "
168168
169169_PY5_USE_IMPORTED_MODE = py5_tools .get_imported_mode ()
170170py5_tools ._lock_imported_mode ()
Original file line number Diff line number Diff line change 2828from .jvm import * # noqa
2929from .libraries import * # noqa
3030
31- __version__ = "0.10.4.dev1 "
31+ __version__ = "0.10.4a2 "
3232
3333
3434__all__ = [
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.4.dev1 </version>
64+ <version>0.10.4a2 </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.4.dev1 </version>
71+ <version>0.10.4a2 </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.4.dev1 </version>
78+ <version>0.10.4a2 </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