Skip to content

Commit 880966e

Browse files
committed
Update setup.py
1 parent 32f6588 commit 880966e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
setup(
44
name = 'licensing', # How you named your package folder (MyLib)
55
packages = ['licensing'], # Chose the same as "name"
6-
version = '0.51', # Start with a small number and increase it with every change you make
6+
version = '0.52', # Start with a small number and increase it with every change you make
77
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
88
#description_file = 'Client library for Cryptolens licensing Web API.', # Give a short description about your library
99
long_description = 'Client library for Cryptolens Web API (software licensing).',
1010
long_description_content_type="text/markdown",
1111
author = 'Cryptolens AB', # Type in your name
1212
author_email = '[email protected]', # Type in your E-Mail
1313
url = 'https://cryptolens.io', # Provide either the link to your github or to your website
14-
download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_51.tar.gz',
14+
download_url = 'https://github.com/Cryptolens/cryptolens-python/archive/v_52.tar.gz',
1515
project_urls={ # optional, shows on PyPI
1616
"Source": "https://github.com/Cryptolens/cryptolens-python",
1717
"Tracker": "https://github.com/Cryptolens/cryptolens-python/issues",

0 commit comments

Comments
 (0)