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 = [