Skip to content

Commit

Permalink
🚧 Set version to 0.7.4.dev0
Browse files Browse the repository at this point in the history
Expand authors list in pyproject.toml - added Sebastian (long overdue!)
  • Loading branch information
jsnel committed Aug 25, 2024
1 parent b2544b6 commit 0350f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyglotaran_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Joris Snellenburg", email = "[email protected]" },
{ name = "Sebastian Weigand", email = "[email protected]" },
]
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit 0350f33

Please sign in to comment.