From f3a8cde7cf8b272cede219a0ece19c1fa5604d1d Mon Sep 17 00:00:00 2001 From: Robert Lieck Date: Thu, 18 Jan 2024 21:26:05 +0000 Subject: [PATCH] version 0.0.6 --- .rename_test_dir/setup.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rename_test_dir/setup.py b/.rename_test_dir/setup.py index 4cc6c90..d51dd02 100644 --- a/.rename_test_dir/setup.py +++ b/.rename_test_dir/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="newpackage", - version="0.0.5", + version="0.0.6", author="", author_email="", description="A template repo for Python packages with GitHub actions and documentation", diff --git a/setup.py b/setup.py index e9a9f23..3572b51 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pythontemplatepackage", - version="0.0.5", + version="0.0.6", author="Robert Lieck", author_email="robert.lieck@durham.ac.uk", description="A template repo for Python packages with GitHub actions and documentation",