Skip to content

Commit

Permalink
Prepare for 0.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Sep 2, 2024
1 parent 3f4151e commit 2cbe043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def new_func(*args, **kwargs):
return new_func


__version__ = '0.2.1'
__version__ = '0.2.1.1'
from ufpy.cmp import *
from ufpy.math_op import *
from ufpy.udict import *
Expand Down

0 comments on commit 2cbe043

Please sign in to comment.