Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 9603f97

Browse files
t92549github-actions[bot]l46978tb06904
authored
Gh-50: Updated Gaffer version to 2.2.2 (#51)
* Updated Gaffer version to 2.2.2 * Fixes by autopep8 action (#52) autopep8 action fixes Co-authored-by: t92549 <[email protected]> * Apply suggestions from code review Co-authored-by: tb06904 <[email protected]> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: t92549 <[email protected]> Co-authored-by: l46978 <[email protected]> Co-authored-by: tb06904 <[email protected]>
1 parent 54f2461 commit 9603f97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"
22

33
__title__ = "gafferpy"
44
__description__ = "Gaffer Python Shell"

src/fishbowl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"
22

33
__title__ = "fishbowl"
44
__description__ = "Gaffer Python Shell"

src/gafferpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"
22

33
__title__ = "gafferpy"
44
__description__ = "Gaffer Python Shell"

src/gafferpy_examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.2.2"
22

33
__title__ = "gafferpy_examples"
44
__description__ = "Gaffer Python Shell"

0 commit comments

Comments
 (0)