Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gil9red committed May 23, 2023
1 parent 08bce54 commit f69a31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[project]
name = "simple-wait"
dynamic = ["version"]
authors = [
{ name="Ilya Petrash", email="ilya.petrash@inbox.ru" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/simple_wait/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

__author__ = "ipetrash"
__version__ = "1.0.2"
__version__ = "1.0.3"


import sys
Expand Down

0 comments on commit f69a31a

Please sign in to comment.