Skip to content

Commit 35adf6e

Browse files
committed
bump to 0.2.7
1 parent d79606a commit 35adf6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'kiui'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '0.2.6'
24+
release = '0.2.7'
2525

2626

2727
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if __name__ == "__main__":
44
setup(
55
name="kiui",
6-
version="0.2.6",
6+
version="0.2.7",
77
description="A toolkit for 3D vision",
88
long_description=open("README.md", encoding="utf-8").read(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)