Skip to content

Commit

Permalink
feat(tencentcloud): support common type int non-negative
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed May 21, 2021
1 parent d680e2d commit 69e5a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sa_tools_core/tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'str': str,
'int': int,
'bool': bool,
'int non-negative': int,
}


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import open
from setuptools import setup, find_packages

version = '0.4.1'
version = '0.4.2'

requirements = [
'setuptools',
Expand Down

0 comments on commit 69e5a47

Please sign in to comment.