From 8fbec1ffa170dc3759e9a12e9c0f7fee304914ab Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Tue, 6 Jul 2021 13:18:07 +0200 Subject: [PATCH] version 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f78a829..6d1b92c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="pytorchts", - version="0.4.0", + version="0.5.0", description="PyTorch Probabilistic Time Series Modeling framework", long_description=open("README.md").read(), long_description_content_type="text/markdown",