Skip to content

Commit

Permalink
🚧 Set version to 0.7.4.dev0 (#291)
Browse files Browse the repository at this point in the history
* 🚧 Set version to 0.7.4.dev0

Expand authors list in pyproject.toml - added Sebastian (long overdue!)

* 📚🚧 Add 0.7.4 section to changelog

---------

Co-authored-by: s-weigand <s.weigand.phy@gmail.com>
  • Loading branch information
jsnel and s-weigand committed Aug 25, 2024
1 parent b2544b6 commit ae84a0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

(changes-0_7_4)=

## 0.7.4 (Unreleased)

(changes-0_7_3)=

## 0.7.3 (2024-08-25)
Expand Down
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 = "j.snellenburg@gmail.com" },
{ name = "Sebastian Weigand", email = "s.weigand.phy@gmail.com" },
]
requires-python = ">=3.10"
classifiers = [
Expand Down

0 comments on commit ae84a0c

Please sign in to comment.