Skip to content

Commit

Permalink
0.2.13: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ashawkey committed Sep 4, 2024
1 parent 52228fe commit e33b85e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'kiui'

# The full version, including alpha/beta/rc tags
release = '0.2.12'
release = '0.2.13'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if __name__ == "__main__":
setup(
name="kiui",
version="0.2.12",
version="0.2.13",
description="A toolkit for 3D vision",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
extras_require={
"full": [
# "torch", # install separately!
"torch", # keep this so the doc can be built successfully
"tqdm",
"rich",
"numpy",
Expand Down

0 comments on commit e33b85e

Please sign in to comment.