Skip to content

Commit

Permalink
update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DQinYuan committed Nov 9, 2020
1 parent 15d1674 commit 87f340d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
from .structures import P, C, A
from .matcher import Matcher
import ahocorasick
import re

VERSION = (0, 4, 4)
VERSION = (0, 5, 0)

__version__ = ".".join([str(x) for x in VERSION])

Expand Down

0 comments on commit 87f340d

Please sign in to comment.