Skip to content

Commit

Permalink
Prepare for 0.2.1 and bug fix __ustl_version__ variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Sep 2, 2024
1 parent 6fd573f commit d832417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'
__version__ = '0.2.1'
from ufpy.cmp import *
from ufpy.math_op import *
from ufpy.udict import *
Expand All @@ -29,7 +29,7 @@ def new_func(*args, **kwargs):
from ufpy.typ import *

# Ustl package
__ustl_version = '0.1'
__ustl_version__ = '0.1'
from ufpy.ustl import *
UStack = __deprecated("UStack", Stack, '0.2', '0.5')

Expand Down

0 comments on commit d832417

Please sign in to comment.