Skip to content

Commit 6e85d28

Browse files
committed
Bump version to 0.1.2
1 parent 37a55cc commit 6e85d28

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

benchmark/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-benchmark"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.12"
55
dependencies = [
66
"matplotlib>=3.10.8",

docs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-docs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

examples/simple/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-simple"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/upgraded/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-upgraded"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/webapp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-example-webapp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.12"
55
dependencies = [
66
"rest-rpc[fastapi]>=0.1.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Python library that makes type-checked REST APIs easy"
55
license = "MIT"
66
license-files = ["LICENSE"]

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rest-rpc-tests"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
requires-python = ">=3.12"
55
dependencies = [
66
"pytest>=9.0.2",

0 commit comments

Comments
 (0)