version 2025.5.14

This commit is contained in:
Karl Voit 2025-05-14 16:03:51 +02:00
parent e9e7936c74
commit 8b43e8691d
2 changed files with 2 additions and 2 deletions

View file

@ -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»

View file

@ -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"