Skip to content

Commit

Permalink
chore: bump version to 1.0.1 in pyproject.toml and tcpp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Konano committed Jan 23, 2025
1 parent 98c3f4a commit bab4b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "tcpp"
version = "1.0.0"
version = "1.0.1"
description = "A Python implementation of TCP ping that tests connectivity to a remote host"
authors = [
{name = "NanoApe", email = "[email protected]"}
Expand Down
4 changes: 2 additions & 2 deletions tcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
NanoApe
Version:
1.0.0
1.0.1
License:
MIT License
Expand All @@ -81,7 +81,7 @@
from enum import Enum, auto
from typing import Any, List, NoReturn, Optional, Tuple

__version__ = "1.0.0"
__version__ = "1.0.1"


@dataclass
Expand Down

0 comments on commit bab4b66

Please sign in to comment.