From a891f9bf5103343e34b902a28383412960b495d1 Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Thu, 8 Oct 2020 19:45:01 +0200 Subject: [PATCH] Revomed redundant version number constant --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33cae5a..d460638 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,13 @@ #!/usr/bin/env python3 import setuptools +import torch_agent with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup( name="torch-agent", - version="0.0.1", + version=torch_agent.__version__, author="B.J. Dweck", author_email="bjdweck@gmail.com", description="TORch: Iluminate the Way to your Node",