From 9a4c1163d76a49129a3fcaa73d03aa70db9eb846 Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Thu, 2 May 2024 18:04:49 -0700 Subject: [PATCH] Updated Project Version to v0.1.1 (#19) Updated project version to v0.1.1 and updated changelog. --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf827a4..6fbcfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## In Progress +## v0.1.1 : 05-02-2024 + * Added fix to how id is formatted for operators, signals, and annotation. * Made parenthesis optional and only included if arguments require. * Small fixes to typos in code and docs. diff --git a/pyproject.toml b/pyproject.toml index 0455b3d..117e7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gddoc2yml" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Nick Maltbie", email="nick.dmalt@gmail.com" }, ]