We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a5f81 commit 38e63baCopy full SHA for 38e63ba
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'licensing', # How you named your package folder (MyLib)
4
packages = ['licensing'], # Chose the same as "name"
5
- version = '0.10', # Start with a small number and increase it with every change you make
+ version = '0.11', # Start with a small number and increase it with every change you make
6
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
7
description = 'Client library for Cryptolens licensing Web API.', # Give a short description about your library
8
author = 'Cryptolens AB', # Type in your name
0 commit comments