Skip to content

Commit 4b84a37

Browse files
committed
bump version to 0.2.1
1 parent c0230bd commit 4b84a37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
from setuptools import setup, find_packages
2+
from mgzip import __version__
23

34
with open('README.md') as fh:
45
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")
56

67
setup(
78
name='mgzip',
8-
version='0.2.0',
9+
version=__version__,
910
author='Vincent Li',
1011
author_email='[email protected]',
1112

0 commit comments

Comments
 (0)