diff --git a/VERSION b/VERSION index a6a3a43..1464c52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 6b75e66..19369d5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name=NAME, # [bump] - version='1.0.4', + version='1.0.5', description=NAME, long_description=open('README.md').read(), long_description_content_type='text/markdown',