From 5fce288bd711d977b650ae7741f0db0676e0a949 Mon Sep 17 00:00:00 2001 From: Markus Orsi Date: Thu, 17 Oct 2024 14:22:37 +0200 Subject: [PATCH] new distribution following encode_many correction --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'