Skip to content

Commit

Permalink
Gh-50: Updated Gaffer version to 2.2.2 (#51)
Browse files Browse the repository at this point in the history
* Updated Gaffer version to 2.2.2

* Fixes by autopep8 action (#52)

autopep8 action fixes

Co-authored-by: t92549 <t92549@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: tb06904 <141412860+tb06904@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: t92549 <t92549@users.noreply.github.com>
Co-authored-by: l46978 <141753189+l46978@users.noreply.github.com>
Co-authored-by: tb06904 <141412860+tb06904@users.noreply.github.com>
  • Loading branch information
5 people authored Jun 25, 2024
1 parent 54f2461 commit 9603f97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion src/fishbowl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

__title__ = "fishbowl"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion src/gafferpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
2 changes: 1 addition & 1 deletion src/gafferpy_examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"

__title__ = "gafferpy_examples"
__description__ = "Gaffer Python Shell"
Expand Down

0 comments on commit 9603f97

Please sign in to comment.