Skip to content

Commit

Permalink
Version push because of switch from appdirs to platformdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
oe4dns committed Dec 17, 2023
1 parent fb7a92e commit 6aa9cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
install_requires=[
"Mastodon.py",
"appdirs",
"platformdirs",
],
scripts=["tootgroup.py"],
)
2 changes: 1 addition & 1 deletion tootgroup_tools/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Current version of tootgroup.py - Kept in a single place
for easier modification before every new release."""

CURRENT = "1.4.1"
CURRENT = "1.4.2"


def print_version():
Expand Down

0 comments on commit 6aa9cfb

Please sign in to comment.