We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79606a commit 35adf6eCopy full SHA for 35adf6e
docs/source/conf.py
@@ -21,7 +21,7 @@
21
author = 'kiui'
22
23
# The full version, including alpha/beta/rc tags
24
-release = '0.2.6'
+release = '0.2.7'
25
26
27
# -- General configuration ---------------------------------------------------
setup.py
@@ -3,7 +3,7 @@
3
if __name__ == "__main__":
4
setup(
5
name="kiui",
6
- version="0.2.6",
+ version="0.2.7",
7
description="A toolkit for 3D vision",
8
long_description=open("README.md", encoding="utf-8").read(),
9
long_description_content_type="text/markdown",
0 commit comments