Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enforcer committed Sep 6, 2021
1 parent b5318fa commit 4e1cbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
setup(
name = 'pylint_google_style_guide_imports_enforcing',
packages = ['pylint_google_style_guide_imports_enforcing'],
version = '1.0.6',
version = '1.1.0',
description = 'Plugin for PyLint that checks if we import only modules or packages. Direct imports of classes, functions and constants are forbidden',
long_description = long_description,
author = 'Sebastian Buczyński',
author_email = 'nnplaya@gmail.com',
url = 'https://github.com/Enforcer/pylint_google_style_guide_imports_enforcing',
download_url = 'https://github.com/Enforcer/pylint_google_style_guide_imports_enforcing/archive/1.0.3.tar.gz',
download_url = 'https://github.com/Enforcer/pylint_google_style_guide_imports_enforcing/archive/1.1.0.tar.gz',
keywords = ['pylint', 'google style guide', 'imports'],
classifiers = [],
include_package_data=True
Expand Down

0 comments on commit 4e1cbd6

Please sign in to comment.