Skip to content

Commit 4441cb4

Browse files
committed
更新版本号
1 parent 90900a3 commit 4441cb4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.idea*
1+
.idea*
2+
**/*.pyc
3+
build/
4+
dist/
5+
ksc_sdk_python.egg-info/

kscore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.0.8'
19+
__version__ = '1.0.9'
2020

2121

2222
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)