diff --git a/changelog.md b/changelog.md index f99fe1e7..b2599d43 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +(changes-0_7_4)= + +## 0.7.4 (Unreleased) + (changes-0_7_3)= ## 0.7.3 (2024-08-25) diff --git a/pyglotaran_extras/__init__.py b/pyglotaran_extras/__init__.py index ef03a563..7f7f4c7b 100644 --- a/pyglotaran_extras/__init__.py +++ b/pyglotaran_extras/__init__.py @@ -70,7 +70,7 @@ "CONFIG", ] -__version__ = "0.7.3" +__version__ = "0.7.4.dev0" SCRIPT_DIR = _find_script_dir_at_import(__file__) """User script dir determined during import.""" diff --git a/pyproject.toml b/pyproject.toml index 9a00508a..407fbf01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ readme = "README.md" license = { file = "LICENSE" } authors = [ { name = "Joris Snellenburg", email = "j.snellenburg@gmail.com" }, + { name = "Sebastian Weigand", email = "s.weigand.phy@gmail.com" }, ] requires-python = ">=3.10" classifiers = [