Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diekhans committed Sep 18, 2021
1 parent 4a6cb82 commit 93eb5de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/lrgasp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 93eb5de

Please sign in to comment.