Skip to content
Snippets Groups Projects
Unverified Commit ad57a3f2 authored by Claudiu Popa's avatar Claudiu Popa
Browse files

Master is now 2.0

parent b35ffe4a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@ from setuptools import __version__ as setuptools_version
 
modname = distname = 'pylint'
 
numversion = (1, 8, 1)
numversion = (2, 0, 0)
version = '.'.join([str(num) for num in numversion])
 
install_requires = [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment