From 02ba5bb5ec71ab4a2435c5aa7d34aaa0ccac0291 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Tue, 26 Oct 2021 15:31:35 -0700 Subject: [PATCH] Update patch version to 2.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3389165f..2162277e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='rnaseq_pipeline', - version='2.1.1', + version='2.1.2', description='RNA-Seq pipeline for the Pavlidis Lab', license='Public Domain', long_description='file: README.md',