Skip to content

Commit 987c2e2

Browse files
authored
Bump versions for release of flatdata-py (#256)
* Bump flatdata-py version before relasing it Signed-off-by: Christian Vetter <christian.vetter@here.com>
1 parent bf46d2d commit 987c2e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6"
7+
version = "0.4.10"
88
description = "Generate source code for C++, Rust, Go or Python from a Flatdata schema file"
99
readme = "README.md"
1010
authors = [

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.8"
7+
version = "0.4.10"
88
description = "Python 3 implementation of Flatdata"
99
readme = "README.md"
1010
authors = [
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3",
1717
]
1818
dependencies = [
19-
"flatdata-generator==0.4.6",
19+
"flatdata-generator==0.4.10",
2020
"numpy",
2121
"pandas",
2222
]

0 commit comments

Comments
 (0)