Skip to content

Commit

Permalink
Merge pull request #712 from activeloopai/revert-683-fixversionbug
Browse files Browse the repository at this point in the history
Revert "Removed version information in setup.py"
  • Loading branch information
mynameisvinn authored Mar 23, 2021
2 parents 7a805b2 + c375aac commit 971e422
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 971e422

Please sign in to comment.