Fix windows path problems

This commit is contained in:
CronyAkatsuki 2021-07-09 21:46:22 +02:00
parent 9722f7e917
commit f99d1bc4b4
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@ try:
except IOError:
LONG_DESCRIPTION = __doc__
VERSION = '0.1.4'
VERSION = '0.1.5'
NAME = "py-adl"
DESCRIPTION = 'Python wrapper for trackma and anime-downloader'
REQUIREMENTS = ['trackma', 'pillow']