Skip to content

Commit

Permalink
Version Number increment for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Nov 2, 2023
1 parent fe80248 commit c74f3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafe2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "2.8.1"
__version__ = "2.8.2"
from .fit import * # noqa: F401, F403

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c74f3f0

Please sign in to comment.