diff --git a/appendfilename/__init__.py b/appendfilename/__init__.py index f462daa..ab4a845 100755 --- a/appendfilename/__init__.py +++ b/appendfilename/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -PROG_VERSION = u"Time-stamp: <2024-08-29 19:02:13 vk>" +PROG_VERSION = u"Time-stamp: <2025-05-14 16:02:13 vk>" # TODO: # * fix parts marked with «FIXXME» diff --git a/pyproject.toml b/pyproject.toml index 8f5b6e8..2ddd03a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "appendfilename" -version = "2025.5.7" +version = "2025.5.14" description = "Intelligent appending text to file names, considering file extensions and file tags" # readme = "README.org" readme = "README.md"