From a7a71d15c5dcd3e77bff227d2fca06166c0a65fa Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Wed, 30 Aug 2023 19:25:32 -0400 Subject: [PATCH] bump release --- .gitignore | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 96c6162..b427ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ __pycache__/ # Python egg metadata, regenerated from source files by setuptools. /*.egg-info -.pdm.toml +.pdm-python diff --git a/pyproject.toml b/pyproject.toml index b8d114e..adc1245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ maintainers = [ name = "pyliger" readme = "README.md" requires-python = "<3.12, >=3.8" -version = "0.2.0rc1" +version = "0.2.0" [project.license] text = "MIT"