Skip to content

Commit e5a1585

Browse files
author
myslak71
committed
v0.2.1
1 parent ac80592 commit e5a1585

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/myslak71/flake8-koles.svg?branch=master)](https://travis-ci.org/myslak71/flake8-koles)
44
[![Coverage Status](https://coveralls.io/repos/github/myslak71/flake8-koles/badge.svg?branch=master)](https://coveralls.io/github/myslak71/flake8-koles?branch=master)
55
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flake8-koles)
6-
![image](https://img.shields.io/badge/version-0.2.0-yellow)
6+
![image](https://img.shields.io/badge/version-0.2.1-yellow)
77
![Requires.io](https://img.shields.io/requires/github/myslak71/flake8-koles)
88
![GitHub](https://img.shields.io/github/license/myslak71/flake8-koles?color=46c28e)
99

flake8_koles/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""Package information module."""
22
__title__ = 'flake8-koles'
33
__description__ = 'Watch your language young lad! Swears and curses linter.'
4-
__version__ = '0.2.0'
4+
__version__ = '0.2.1'
55
__author__ = 'myslak71'
66
__author_email__ = 'myslak@protonmail.com'
77
__url__ = 'https://github.com/myslak71/flake8-koles'
88
__license__ = 'MIT'
99
__copyright__ = 'Copyright 2019 myslak71'
1010
__keywords__ = ['linter', 'flake8', 'swears', 'curses', 'extension', 'koles']
11-
__download_url__ = 'https://github.com/myslak71/flake8-koles/archive/v0.2.0.tar.gz'
11+
__download_url__ = 'https://github.com/myslak71/flake8-koles/archive/v0.2.1.tar.gz'

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[isort]
2-
multi_line_output=3
2+
multi_line_output = 3
33

44
[flake8]
55
max-line-length = 90
66
max-complexity = 10
77

88
[metadata]
99
description-file = README.md
10+
url = https://pypi.org/project/flake8-koles/

0 commit comments

Comments
 (0)