Skip to content

Commit 73f3916

Browse files
committed
explanation for pointy lang
1 parent e224bd6 commit 73f3916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

event_pipeline/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
===========================================================================================
2020
"""
2121

22-
__version__ = "1.1.dev4"
22+
__version__ = "1.1.dev5"
2323

2424
from .base import (
2525
EventBase,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "event_pipeline"
6-
version = "1.1.dev4"
6+
version = "1.1.dev5"
77
requires-python = ">=3.8"
88
authors = [
99
{name = "nshaibu", email = "nafiushaibu1@gmail.com"},

0 commit comments

Comments
 (0)