Skip to content

Commit 6f01250

Browse files
committed
update version
1 parent b9ba943 commit 6f01250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyenumerable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__all__ = ["Enumerable", "PurePythonEnumerable", "pp_enumerable"]
1010
__author__ = "AmirHossein Ahmadi"
1111
__license__ = "WTFPL"
12-
__version__ = "1.1.4"
12+
__version__ = "1.1.5"
1313
__maintainer__ = "AmirHossein Ahmadi"
1414
__email__ = "[email protected]"
1515
__documentation__ = "https://github.com/amirongit/PyEnumerable/blob/master/documentation.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyenumerable"
3-
version = "1.1.4"
3+
version = "1.1.5"
44
description = "Implementation of .net's IEnumerable interface in python W/ support for generics."
55
readme = "readme.md"
66
license = "WTFPL"

0 commit comments

Comments
 (0)