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

1.7.3 to 1.7.4 so we can reupload a damn file to pypi

parent e5da571c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -18,7 +18,7 @@ from setuptools import __version__ as setuptools_version
 
modname = distname = 'pylint'
 
numversion = (1, 7, 3)
numversion = (1, 7, 4)
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