Skip to content

Commit

Permalink
ver 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gopa810 committed Apr 10, 2020
1 parent a23e0ca commit 7403e66
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 @@ -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 = '[email protected]', # 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
],
Expand Down

0 comments on commit 7403e66

Please sign in to comment.