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 164
164
pass
165
165
166
166
167
- __version__ = "0.10.4a2 "
167
+ __version__ = "0.10.5.dev0 "
168
168
169
169
_PY5_USE_IMPORTED_MODE = py5_tools .get_imported_mode ()
170
170
py5_tools ._lock_imported_mode ()
Original file line number Diff line number Diff line change 28
28
from .jvm import * # noqa
29
29
from .libraries import * # noqa
30
30
31
- __version__ = "0.10.4a2 "
31
+ __version__ = "0.10.5.dev0 "
32
32
33
33
34
34
__all__ = [
Original file line number Diff line number Diff line change 61
61
<dependency>
62
62
<groupId>py5</groupId>
63
63
<artifactId>py5-processing4</artifactId>
64
- <version>0.10.4a2 </version>
64
+ <version>0.10.5.dev0 </version>
65
65
<scope>system</scope>
66
66
<systemPath>$${{jarlocation}}/core.jar</systemPath>
67
67
</dependency>
68
68
<dependency>
69
69
<groupId>py5</groupId>
70
70
<artifactId>py5-jogl</artifactId>
71
- <version>0.10.4a2 </version>
71
+ <version>0.10.5.dev0 </version>
72
72
<scope>system</scope>
73
73
<systemPath>$${{jarlocation}}/jogl-all.jar</systemPath>
74
74
</dependency>
75
75
<dependency>
76
76
<groupId>py5</groupId>
77
77
<artifactId>py5</artifactId>
78
- <version>0.10.4a2 </version>
78
+ <version>0.10.5.dev0 </version>
79
79
<scope>system</scope>
80
80
<systemPath>$${{jarlocation}}/py5.jar</systemPath>
81
81
</dependency>
You can’t perform that action at this time.
0 commit comments