From 0d96be2b55784f863e895ae5c0ecfc1a48d3cecc Mon Sep 17 00:00:00 2001 From: Christopher Chang Date: Tue, 18 Jun 2024 21:30:33 -0700 Subject: [PATCH] update py version --- 2.0/Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/Python/setup.py b/2.0/Python/setup.py index 547549e8..f44130ab 100644 --- a/2.0/Python/setup.py +++ b/2.0/Python/setup.py @@ -80,7 +80,7 @@ setuptools.setup( name="Pgenlib", - version="0.90.2", + version="0.91.0", author="Christopher Chang", author_email="chrchang@alumni.caltech.edu", description="Python wrapper for pgenlib's basic reader and writer.",