Skip to content

Commit

Permalink
Version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal committed Feb 24, 2020
1 parent a2021e7 commit cdb2612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

setup(
name='epic-path',
version='0.0.4',
version='0.0.5',
url='https://github.com/ValentinVignal/EpicPath.git',
license='MIT',
author='Valentin Vignal',
author_email='valentin.vignal.dev@outlook.fr',
description='A simple high level library to work with Path',
packages=find_packages(exclude=['tests', 'trash']),
long_description_content_type='text/markdown',
long_description=open('README.md').read(),
zip_safe=False
)

0 comments on commit cdb2612

Please sign in to comment.