Skip to content

Commit b51b5ca

Browse files
set __version__ to 1.4
1 parent dc00ade commit b51b5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apipkg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from types import ModuleType
1111

1212

13-
__version__ = '1.4.dev1'
13+
__version__ = '1.4'
1414

1515

1616
def _py_abspath(path):

0 commit comments

Comments
 (0)