Skip to content

Commit a9f82fc

Browse files
Update file version
1 parent 110b28a commit a9f82fc

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 = "tooth-python"
7-
version = "0.1.2"
7+
version = "0.1.3"
88

99
requires-python = ">= 3.8"
1010
maintainers = [

tooth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .main import Tooth
22

3-
__version__ = "0.1.2"
3+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)