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 1
1
[bumpversion]
2
- current_version = 0.10.0a0
2
+ current_version = 0.10.1.dev0
3
3
commit = False
4
4
tag = False
5
5
parse = (?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 115
115
pass
116
116
117
117
118
- __version__ = "0.10.0a0 "
118
+ __version__ = "0.10.1.dev0 "
119
119
120
120
_PY5_USE_IMPORTED_MODE = py5_tools .get_imported_mode ()
121
121
py5_tools ._lock_imported_mode ()
Original file line number Diff line number Diff line change 27
27
from .jvm import * # noqa
28
28
from .libraries import * # noqa
29
29
30
- __version__ = "0.10.0a0 "
30
+ __version__ = "0.10.1.dev0 "
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.0a0 </version>
64
+ <version>0.10.1.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.0a0 </version>
71
+ <version>0.10.1.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.0a0 </version>
78
+ <version>0.10.1.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