From 1f8e7bfa2a7831ef396ed939d0dd05ff82d0202e Mon Sep 17 00:00:00 2001 From: AmirMohammad Hosseini Nasab Date: Sun, 6 Mar 2022 00:27:40 +0330 Subject: [PATCH] Add new version 0.3.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a73ee8c..e906458 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ setup( name="AutoLMS", - version="0.3", + version="0.3.1", packages=["autolms"], url="https://github.com/itsamirhn/AutoLMS", - download_url="https://github.com/itsamirhn/AutoLMS/archive/refs/tags/v0.3.tar.gz", + download_url="https://github.com/itsamirhn/AutoLMS/archive/refs/tags/v0.3.1.tar.gz", license="MIT", author="AmirMohammad Hosseini Nasab", author_email="awmirhn@gmail.com",