Skip to content

Commit

Permalink
chore: bump version to 3.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Yean <[email protected]>
  • Loading branch information
ifplusor committed Oct 29, 2024
1 parent 977f002 commit e13f9b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions actrie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# encoding=utf-8

from .matcher import Matcher, Context, PrefixMatcher
from .matcher import Context, Matcher, PrefixMatcher

__all__ = ["Matcher", "Context", "PrefixMatcher"]

__version__ = "3.2.5"
__version__ = "3.3.0"
2 changes: 1 addition & 1 deletion jni/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>psn.ifplusor</groupId>
<artifactId>actrie</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<packaging>nar</packaging>

<name>actrie</name>
Expand Down

0 comments on commit e13f9b3

Please sign in to comment.