Skip to content

Commit

Permalink
incremented version number to 2.8.1 for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Oct 5, 2023
1 parent 5e0e2b8 commit f1550d8
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.0"
__version__ = "2.8.1"
from .fit import * # noqa: F401, F403

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit f1550d8

Please sign in to comment.