Skip to content

Commit

Permalink
Bump package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
baxterjo committed Sep 11, 2024
1 parent f2fc6b0 commit c748ca5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[project]
name = "interface_gen"
version = "0.0.18"
authors = [
{ name="Aaron Fabbri", email="[email protected]" },
]
version = "0.0.19"
authors = [{ name = "Aaron Fabbri", email = "[email protected]" }]
description = "Define data format schemas once and generate code for multiple languages and serialization frameworks."
readme = "dist-readme.md"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Topic :: File Formats",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Topic :: File Formats",
]
dynamic = ["dependencies"]

Expand Down

0 comments on commit c748ca5

Please sign in to comment.