Skip to content

Commit 3cb1853

Browse files
authored
Update setup.py with version number (#22)
* Update setup.py wth version number * version number to string
1 parent 778214f commit 3cb1853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
AUTHOR = 'Instituto de Telecomunicacoes'
2929
REQUIRES_PYTHON = '>3.5.2'
30-
VERSION = None
30+
VERSION = '2.0.0'
3131
LICENSE = 'BSD 3-clause'
3232

3333
# What packages are required for this module to be executed?

0 commit comments

Comments
 (0)