diff --git a/setup.py b/setup.py index b2de6e7..b566426 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.0.5' +VERSION = '0.0.6' DESCRIPTION = 'Chiral MinHashed Atom-Pair Fingerprint (MAP*) ' LONG_DESCRIPTION = 'Open-source version of the MAP fingerprint, which includes stereochemistry encoding, mapping of hashes to shingles and parallelization.'