Skip to content

Commit

Permalink
Fix manifast (#114)
Browse files Browse the repository at this point in the history
* remove manifest file

* Bring back manifest file

* Update version, file: setup.py

* Update version, file: .bumpversion.cfg

* Update version, file: setup.py

* Update version, file: setup.py

* Update version, file: .bumpversion.cfg

* Update version, file: .bumpversion.cfg

* Bring back manifest file 2

* Rename readme file

* 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 May 23, 2020
1 parent e3f7e07 commit 1dab95f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 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.16
current_version = 1.1.17
tag = False
commit = False
message = Bump version: {current_version} -> {new_version} [ci skip]
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

File renamed without changes.
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.16',
version='1.1.17',
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 1dab95f

Please sign in to comment.