We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e904 commit 49863a1Copy full SHA for 49863a1
2 files changed
ogcore/__init__.py
@@ -21,4 +21,4 @@
21
from ogcore.txfunc import * # noqa: F403
22
from ogcore.utils import * # noqa: F403
23
24
-__version__ = "0.15.9"
+__version__ = "0.15.10"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ogcore"
7
-version = "0.15.9"
+version = "0.15.10"
8
authors = [
9
{name = "Jason DeBacker and Richard W. Evans"},
10
]
0 commit comments