Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 21a9c80

Browse files
committed
setting release tags
1 parent 28b8258 commit 21a9c80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vsmetaEncoder"
7-
version = "0.9.1"
7+
version = "1.1.1"
88
authors = [
99
{ name="Thomas Meder", email="[email protected]" },
1010
{ name="Bernd Frey", email="[email protected]" },

src/setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
setuptools.setup(
77
name='vsmetaCodec',
8-
version='1.0.0',
8+
version='1.1.1',
99
description='A module to encode and decode media information with Synology\'s vsmeta file format.',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
url='https://github.com/berfre/vsMetaFileCodec',
13-
author='Bernd Frey',
14-
author_email='[email protected]',
13+
author='Thomas Meder',
14+
author_email='[email protected]',
1515
license='BSD',
1616
packages=setuptools.find_packages(),
1717
zip_safe=False,
@@ -24,5 +24,5 @@
2424
"Operating System :: OS Independent",
2525
"Topic :: System :: Logging"
2626
],
27-
python_requires='>=3.6'
27+
python_requires='>=3.8'
2828
)

0 commit comments

Comments
 (0)