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",