Skip to content

Commit

Permalink
version to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aamini committed Dec 9, 2020
1 parent d694795 commit 8528b50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@
with open('README.md') as readme_file:
readme = readme_file.read()

version = "0.4.0"

setup(
name="evidential_deep_learning",
version="0.3.0",
version=version,
packages=find_packages(),
description=
"Learn fast, scalable, and calibrated measures of uncertainty using neural networks!",
long_description=readme,
long_description_content_type='text/markdown',
url="https://github.com/aamini/evidential-deep-learning",
download_url="https://github.com/aamini/evidential-deep-learning/archive/v0.3.0.tar.gz",
download_url=f"https://github.com/aamini/evidential-deep-learning/archive/v{version}.tar.gz",
author="Alexander Amini",
author_email="[email protected]",
license="Apache License 2.0",
Expand Down

0 comments on commit 8528b50

Please sign in to comment.