Skip to content

Commit

Permalink
update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertZyy committed Dec 5, 2024
1 parent 0019433 commit 011d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fealpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = '3.0.0'
__version__ = '3.0.2'

logger = logging.getLogger('fealpy')
logger.setLevel(logging.WARNING)
Expand Down

0 comments on commit 011d93a

Please sign in to comment.