Skip to content

Commit

Permalink
Revert "Removed version information in setup.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisvinn authored Mar 23, 2021
1 parent 7a805b2 commit c375aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from setuptools import find_packages, setup

project = "hub"
VERSION = "1.3.0"

this_directory = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(this_directory, "README.md"), encoding="utf-8") as f:
Expand All @@ -19,6 +20,7 @@

setup(
name=project,
version=VERSION,
description="Activeloop Hub",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c375aac

Please sign in to comment.