Skip to content

Commit ff3de56

Browse files
committed
Bump version to 1.0.8 and update workflow
1 parent 5270658 commit ff3de56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="metadata-py",
8-
version="1.0.7",
8+
version="1.0.8",
99
author="we256681",
1010
author_email="[email protected]",
1111
description="Утилита для управления метаданными в markdown-файлах с автоматическим контролем версий и определением автора",

update_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# Version of the package
9-
__version__ = "1.0.7"
9+
__version__ = "1.0.8"
1010

1111
# Import core functionality
1212
from .core import (

0 commit comments

Comments
 (0)