From 93eb5de0c84df8bb498d9529ff55c99405047519 Mon Sep 17 00:00:00 2001 From: Mark Diekhans Date: Sat, 18 Sep 2021 08:15:21 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lrgasp/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/lrgasp/__init__.py b/lib/lrgasp/__init__.py index af2d473..99142d9 100644 --- a/lib/lrgasp/__init__.py +++ b/lib/lrgasp/__init__.py @@ -6,7 +6,7 @@ from collections.abc import Iterable from lrgasp import loggingOps -__version__ = "1.2.0" +__version__ = "1.3.0" class LrgaspException(Exception): pass diff --git a/setup.cfg b/setup.cfg index 9ae12a3..1db7949 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index b01d7f2..1c98654 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name = 'lrgasp-tools', - version = '1.2.0', + version = '1.3.0', description = "LRGASP tools", long_description = "LRGASP tools for submission", author = "Mark Diekhans",