We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110b28a commit a9f82fcCopy full SHA for a9f82fc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tooth-python"
7
-version = "0.1.2"
+version = "0.1.3"
8
9
requires-python = ">= 3.8"
10
maintainers = [
tooth/__init__.py
@@ -1,3 +1,3 @@
1
from .main import Tooth
2
3
-__version__ = "0.1.2"
+__version__ = "0.1.3"
0 commit comments