diff options
author | jaseg <git@jaseg.de> | 2023-04-16 14:19:28 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-04-16 14:19:28 +0200 |
commit | 8d0a4da31356026e5e88a04727438785b2a0e4c0 (patch) | |
tree | 77663ff316aa287a5103bb81be0782c6b18e9277 /gerbolyze | |
parent | 348409a29e9f589e0d66c1d6cd7ed7f6fd05c4fc (diff) | |
download | gerbolyze-8d0a4da31356026e5e88a04727438785b2a0e4c0.tar.gz gerbolyze-8d0a4da31356026e5e88a04727438785b2a0e4c0.tar.bz2 gerbolyze-8d0a4da31356026e5e88a04727438785b2a0e4c0.zip |
Bump version to v3.1.2v3.1.2
Diffstat (limited to 'gerbolyze')
-rwxr-xr-x | gerbolyze/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gerbolyze/__init__.py b/gerbolyze/__init__.py index 34276c0..4bc9eab 100755 --- a/gerbolyze/__init__.py +++ b/gerbolyze/__init__.py @@ -21,7 +21,7 @@ import click import gerbonara as gn -__version__ = '3.1.1' +__version__ = '3.1.2' @click.group() def cli(): |