Skip to content

Commit 9f87108

Browse files
committed
chore(dependencies): bump cloudevents to 2.0.0-alpha6
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent 631570c commit 9f87108

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/http-image-cloudevents/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask
22
requests
33
Pillow
44
pytest
5-
cloudevents==2.0.0a3
5+
cloudevents==2.0.0a6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flask
22
requests
33
pytest
4-
cloudevents==2.0.0a3
4+
cloudevents==2.0.0a6

src/cloudevents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# License for the specific language governing permissions and limitations
1313
# under the License.
1414

15-
__version__ = "2.0.0-alpha5"
15+
__version__ = "2.0.0-alpha6"

0 commit comments

Comments
 (0)