Skip to content

Commit

Permalink
fix url, bump to v 0.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: masadcv <muhammad.asad@kcl.ac.uk>
  • Loading branch information
masadcv committed Mar 15, 2022
1 parent 1296fb3 commit bc37c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setuptools.setup(name='torchpropel',
version='0.0.2',
version='0.0.3',
description='Probabilistic Parameteric Regression Loss (PROPEL)',
long_description=readme(),
long_description_content_type="text/markdown",
Expand All @@ -15,7 +15,7 @@ def readme():
'Programming Language :: Python :: 3',
],
keywords='regression probabilistic neural networks machine learning',
url='http://github.com/masadcv/torchpropel',
url='http://github.com/masadcv/PROPEL',
author='Muhammad Asad',
author_email='muhammad.asad@kcl.ac.uk',
license='BSD-3-Clause',
Expand Down

0 comments on commit bc37c16

Please sign in to comment.