Skip to content

Commit

Permalink
Fix parse for column-constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
shinichi-takii committed Jul 6, 2020
1 parent a14c5cf commit 10c5a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddlparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down

0 comments on commit 10c5a02

Please sign in to comment.