Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Aug 7, 2023
1 parent 189263c commit 04076ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -113,18 +113,18 @@ def _is_raw_block(line):

setup(
name="ivy-vision",
version="1.1.9",
author="Ivy Team",
author_email="ivydl.team@gmail.com",
version="0.0.0.dev0",
author="Unify",
author_email="hello@unify.ai",
description=(
"3D Vision functions with end-to-end support for "
"machine learning developers, written in Ivy."
),
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://lets-unify.ai/vision",
url="https://unify.ai/docs/vision",
project_urls={
"Docs": "https://lets-unify.ai/vision/",
"Docs": "https://unify.ai/docs/vision/",
"Source": "https://github.com/unifyai/vision",
},
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 04076ca

Please sign in to comment.