We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd354a8 commit c1d3f55Copy full SHA for c1d3f55
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.10"
+__version__ = "0.15.11"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ogcore"
7
-version = "0.15.10"
+version = "0.15.11"
8
authors = [
9
{name = "Jason DeBacker and Richard W. Evans"},
10
]
0 commit comments