Skip to content

Commit 12d56a0

Browse files
committed
forgot version bump
1 parent 0da7e60 commit 12d56a0

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Simple-TOML-Configurator"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
license = {text = "MIT License"}
99
authors = [{name = "GilbN", email = "me@gilbn.dev"}]
1010
description = "A simple TOML configurator for Python"

src/simple_toml_configurator/toml_configurator.py

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

88
from .exceptions import *
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.0.1"
1111

1212
logger = logging.getLogger(__name__)
1313

0 commit comments

Comments
 (0)