Skip to content

Commit eb1ab7e

Browse files
committed
version 0.2.3
1 parent a7f8e60 commit eb1ab7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lambdalib/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import glob
44
import os
55
import shutil
6-
__version__ = "0.2.2"
6+
7+
__version__ = "0.2.3"
78

89
_libraries = (
910
'iolib',

0 commit comments

Comments
 (0)