Skip to content

Commit 815bdaf

Browse files
committed
Prepare a new release of flatdata-py/generator
Signed-off-by: Christian Vetter <christian.vetter@here.com>
1 parent 77c82af commit 815bdaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

flatdata-generator/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 = "flatdata-generator"
7-
version = "0.4.11"
7+
version = "0.4.12"
88
description = "Generate source code for C++, Rust, or Python from a Flatdata schema file"
99
readme = "README.md"
1010
requires-python = ">=3.8"

flatdata-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flatdata-py"
7-
version = "0.4.11"
7+
version = "0.4.12"
88
description = "Python 3 implementation of Flatdata"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3",
1818
]
1919
dependencies = [
20-
"flatdata-generator==0.4.11",
20+
"flatdata-generator==0.4.12",
2121
"numpy",
2222
"pandas",
2323
]

0 commit comments

Comments
 (0)