Skip to content

Commit

Permalink
Bump version: 0.0.79 → 0.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
ismet55555 committed Dec 2, 2022
1 parent 63fab51 commit b5bcc15
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.79
current_version = 0.0.80
commit = True
tag = True
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.79
0.0.80
2 changes: 1 addition & 1 deletion docs/source/cli_outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Below is a complete outline of the `yojenkins` CLI command structure.

!!! note
As of Version: **0.0.79**
As of Version: **0.0.80**

```text
yojenkins
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import setuptools

# Package version number (Updated via bump2version tool)
__version__ = "0.0.79"
__version__ = "0.0.80"

def check_py_version():
"""Check the python version"""
Expand Down
2 changes: 1 addition & 1 deletion yojenkins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__title__ = 'yojenkins'
__summary__ = "A CLI tool to interface with Jenkins server"
__version__ = "0.0.79"
__version__ = "0.0.80"
__author__ = "Ismet Handzic"
__copyright__ = "Copyright 2022 %s" % __author__

0 comments on commit b5bcc15

Please sign in to comment.