From c748ca50a95d1abe7d248472899fb4a57d5c06e3 Mon Sep 17 00:00:00 2001 From: Jordan Baxter Date: Wed, 11 Sep 2024 13:47:25 -0700 Subject: [PATCH] Bump package version. --- pyproject.toml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37470fe..9ecb6ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,16 @@ [project] name = "interface_gen" -version = "0.0.18" -authors = [ - { name="Aaron Fabbri", email="aaron.fabbri@ditto.live" }, -] +version = "0.0.19" +authors = [{ name = "Aaron Fabbri", email = "aaron.fabbri@ditto.live" }] 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"]