Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlyx committed Mar 19, 2020
1 parent c0230bd commit 4b84a37
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
@@ -1,11 +1,12 @@
from setuptools import setup, find_packages
from mgzip import __version__

with open('README.md') as fh:
longDesc = fh.read().replace("CompressionBenchmark.png", "https://raw.githubusercontent.com/vinlyx/mgzip/master/CompressionBenchmark.png").replace("DecompressionBenchmark.png", "https://raw.githubusercontent.com/vinlyx/mgzip/master/DecompressionBenchmark.png")

setup(
name='mgzip',
version='0.2.0',
version=__version__,
author='Vincent Li',
author_email='[email protected]',

Expand Down

0 comments on commit 4b84a37

Please sign in to comment.