From 7403e66df52e6487872a277a3ace9c6005bf5982 Mon Sep 17 00:00:00 2001 From: gopa810 Date: Fri, 10 Apr 2020 15:13:58 +0200 Subject: [PATCH] ver 0.7.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3af7743..1047060 100644 --- a/setup.py +++ b/setup.py @@ -4,13 +4,13 @@ packages = ['gaurabda', 'gaurabda.GCEnums'], # Chose the same as "name" include_package_data = True, package_data = {'res': ['res/*.*']}, - version = '0.7', # Start with a small number and increase it with every change you make + version = '0.7.2', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description = 'Calculation of Gaurabda calendar (Gaudiya Vaishnava calendar)', # Give a short description about your library author = 'Gopal', # Type in your name author_email = 'root@gopal.home.sk', # Type in your E-Mail url = 'https://github.com/gopa810/gaurabda', # Provide either the link to your github or to your website - download_url = 'https://github.com/gopa810/gaurabda-calendar/archive/0.7.tar.gz', # I explain this later on + download_url = 'https://github.com/gopa810/gaurabda-calendar/archive/0.7.2.tar.gz', # I explain this later on keywords = ['gaurabda', 'vaisnava', 'vaishnava', 'ISKCON', 'GCAL'], # Keywords that define your package best install_requires=[ # I get to this in a second ],