Skip to content

Commit f161a65

Browse files
committed
Merge pull request #49 from Syncano/INFRA-294
[INFRA-294] bump aexol's lib version
2 parents 80e35ea + 08a30bf commit f161a65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

external_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-i https://pypi.fury.io/Nx-poGuiakLbsCzaLwNm/aexol
2-
aexol==0.1.3
2+
aexol==0.1.4
33

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if __name__ == '__main__':
22
import pkgutil
33
modules = (name for _, name, is_pkg in pkgutil.iter_modules()
4-
if is_pkg and name != 'aexol')
4+
if is_pkg)
55
map(__import__, modules)

0 commit comments

Comments
 (0)