Skip to content

Commit 4d6ad6a

Browse files
committed
Python API 0.1.2
1 parent e2eb5f6 commit 4d6ad6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client-rpc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bookmap"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Python implementation of L1 API library"
99
readme = "../README.md"
1010
requires-python = ">=3.6"

developer-addon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configurations {
3131
implementation.canBeResolved = true
3232
}
3333

34-
def version = "0.1.1"
34+
def version = "0.1.2"
3535
def baseName = "${LOWEST_BOOKMAP_VERSION}---${HIGHEST_BOOKMAP_VERSION}---2---python-api---${version}"
3636

3737
dependencies {

serverside-rpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_14
1212
targetCompatibility = JavaVersion.VERSION_14
1313

1414
group 'com.bookmap.api.rpc'
15-
version '0.1.1'
15+
version '0.1.2'
1616

1717
repositories {
1818
mavenCentral()

0 commit comments

Comments
 (0)