Skip to content

Commit

Permalink
Updated Gaffer version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 9ad177d commit fda0adc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.0"
__version__ = "2.2.1"

__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.0"
__version__ = "2.2.1"

__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.0"
__version__ = "2.2.1"

__title__ = "gafferpy"
__description__ = "Gaffer Python Shell"
Expand Down
4 changes: 2 additions & 2 deletions src/gafferpy/generated_api/binaryoperators.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2024 Crown Copyright
# Copyright 2022 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractBinaryOperator, BinaryOperator, Function
from gafferpy.gaffer_core import AbstractBinaryOperator,BinaryOperator,Function


class RoaringBitmapAggregator(AbstractBinaryOperator):
Expand Down
2 changes: 1 addition & 1 deletion src/gafferpy/generated_api/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2024 Crown Copyright
# Copyright 2022 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/gafferpy/generated_api/functions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2024 Crown Copyright
# Copyright 2022 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractFunction, BinaryOperator, Function, Predicate
from gafferpy.gaffer_core import AbstractFunction,BinaryOperator,Function,Predicate


class ElementTransformer(AbstractFunction):
Expand Down
8 changes: 4 additions & 4 deletions src/gafferpy/generated_api/operations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2024 Crown Copyright
# Copyright 2022 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
Expand All @@ -20,10 +20,10 @@
"""

import typing
from gafferpy.gaffer_operations import AggregatePair, Conditional, Operation, View
from gafferpy.gaffer_core import BinaryOperator, Element, ElementSeed, Function
from gafferpy.gaffer_operations import AggregatePair,Conditional,Operation,View
from gafferpy.gaffer_core import BinaryOperator,Element,ElementSeed,Function
from gafferpy.gaffer_predicates import ElementFilter
from gafferpy.gaffer_functions import CsvGenerator, ElementTransformer, MapGenerator
from gafferpy.gaffer_functions import CsvGenerator,ElementTransformer,MapGenerator


class ImportAccumuloKeyValueFiles(Operation):
Expand Down
4 changes: 2 additions & 2 deletions src/gafferpy/generated_api/predicates.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2022-2024 Crown Copyright
# Copyright 2022 Crown Copyright
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
"""

import typing
from gafferpy.gaffer_core import AbstractPredicate, Function, Predicate
from gafferpy.gaffer_core import AbstractPredicate,Function,Predicate
from gafferpy.gaffer_functions import ElementTransformer


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.0"
__version__ = "2.2.1"

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

0 comments on commit fda0adc

Please sign in to comment.