Skip to content

Commit e3c3e0e

Browse files
committed
Bump version 0.1.10
1 parent 953c7e6 commit e3c3e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

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

88
permissions:
99
contents: read
10-
id-token: write # нужно для OIDC
10+
id-token: write
1111

1212
jobs:
1313
build-and-publish:

lancalc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
network address, broadcast address, host range, and special IPv4 range detection.
99
"""
1010

11-
__version__ = "0.1.9"
11+
__version__ = "0.1.10"
1212
__author__ = 'Aleksandr Pimenov'
1313
__email__ = 'wachawo@gmail.com'
1414

0 commit comments

Comments
 (0)