Skip to content

Commit

Permalink
Cleanuo2 (#83)
Browse files Browse the repository at this point in the history
* update mergify

* fix pypi package badge

* Update version, file: setup.py

* Update version, file: setup.py

* Update version, file: .bumpversion.cfg

* Update version, file: .bumpversion.cfg
  • Loading branch information
shlomiLan committed Apr 10, 2020
1 parent f796c0d commit 772c13f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.7
current_version = 1.1.8
tag = False
commit = False
message = Bump version: {current_version} -> {new_version} [ci skip]
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build status](https://ci.appveyor.com/api/projects/status/1fec2l6od2qgyqvl?svg=true)](https://ci.appveyor.com/project/shlomiLan/tvsort-sl)
[![PyPI version](https://badge.fury.io/py/tvsort_sl.svg)](https://badge.fury.io/py/tvsort_sl)
[![PyPI version](https://badge.fury.io/py/tvsort-sl.svg)](https://badge.fury.io/py/tvsort-sl)
[![codecov](https://codecov.io/gh/shlomiLan/tvsort_sl/branch/master/graph/badge.svg)](https://codecov.io/gh/shlomiLan/tvsort_sl)
![](https://img.shields.io/github/downloads/shlomiLan/tvsort_sl/total.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d3353839b44e4a3d9d09815f40c92616)](https://www.codacy.com/app/public/tvsort_sl?utm_source=github.com&utm_medium=referral&utm_content=shlomiLan/tvsort_sl&utm_campaign=Badge_Grade)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name='tvsort_sl',
packages=['tvsort_sl'],
version='1.1.7',
version='1.1.8',
description='Sort movies and TV-shows files',
long_description=open('readme.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 772c13f

Please sign in to comment.