diff --git a/VERSION b/VERSION index b0a1227..58682af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.10 \ No newline at end of file +0.0.11 \ No newline at end of file diff --git a/setup.py b/setup.py index e778b8d..5bd597a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name='tarproc', - version="0.0.10", + version="0.0.11", description="Big data data processing for tar archives.", long_description=open("README.md").read(), long_description_content_type="text/markdown",