We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4497357 commit 66ee2bcCopy full SHA for 66ee2bc
java/pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.logicalclocks</groupId>
8
<artifactId>hsml</artifactId>
9
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.4.0-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>1.8</maven.compiler.source>
python/hsml/version.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
#
16
17
-__version__ = "3.3.0.dev1"
+__version__ = "3.4.0.dev1"
0 commit comments