From 420e6a2e337f43a882bb23f7bb96ef260761921c Mon Sep 17 00:00:00 2001 From: eriknovak Date: Wed, 22 May 2024 09:55:31 +0200 Subject: [PATCH] Increment version --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 877fd0b..d9f3bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +anonipy-0.0.2 (2024-05-22) + +- Add write_file function +- Add blog to the documentation + anonipy-0.0.1 (2024-05-21) - Initial release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8c42645..531c931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ['setuptools>=42'] build-backend = 'setuptools.build_meta' [project] -version = "0.0.1" +version = "0.0.2" name = "anonipy" description = "The data anonymization package" authors=[{ name = "Erik Novak", email = "erik.novak@ijs.si" }]