Skip to content

Commit 2bd8967

Browse files
committed
Updated. Change version
1 parent a6441cd commit 2bd8967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simple-wait"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = [
55
{ name="Ilya Petrash", email="ilya.petrash@inbox.ru" },
66
]

src/simple_wait/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
__author__ = "ipetrash"
5-
__version__ = "1.0.0"
5+
__version__ = "1.0.1"
66

77

88
import sys

0 commit comments

Comments
 (0)