Skip to content

Commit

Permalink
[Mod] 修复typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Sep 5, 2021
1 parent d3654e1 commit d2728bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
The MIT License (MIT)

Copyright (c) 2021 vn.py
Copyright (c) 2015-present, Xiaoyou Chen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion vnpy_sqlite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@


try:
__version__ = importlib_metadata.version("vnpy_rqdata")
__version__ = importlib_metadata.version("vnpy_sqlite")
except importlib_metadata.PackageNotFoundError:
__version__ = "dev"

0 comments on commit d2728bc

Please sign in to comment.