-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a14c5cf
commit 10c5a02
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
|
||
from .ddlparse import * | ||
|
||
__copyright__ = 'Copyright (C) 2018-2019 Shinichi Takii' | ||
__version__ = '1.4.0' | ||
__copyright__ = 'Copyright (C) 2018-2020 Shinichi Takii' | ||
__version__ = '1.5.0' | ||
__license__ = 'BSD-3-Clause' | ||
__author__ = 'Shinichi Takii' | ||
__author_email__ = '[email protected]' | ||
|