File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bookmap"
7- version = " 0.1.1 "
7+ version = " 0.1.2 "
88description = " Python implementation of L1 API library"
99readme = " ../README.md"
1010requires-python = " >=3.6"
Original file line number Diff line number Diff 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 "
3535def baseName = " ${ LOWEST_BOOKMAP_VERSION} ---${ HIGHEST_BOOKMAP_VERSION} ---2---python-api---${ version} "
3636
3737dependencies {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ sourceCompatibility = JavaVersion.VERSION_14
1212targetCompatibility = JavaVersion . VERSION_14
1313
1414group ' com.bookmap.api.rpc'
15- version ' 0.1.1 '
15+ version ' 0.1.2 '
1616
1717repositories {
1818 mavenCentral()
You can’t perform that action at this time.
0 commit comments