Skip to content

Commit

Permalink
new release -> increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchiLaser committed Nov 29, 2023
1 parent 28cbe6e commit b1649ed
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.2"
__version__ = "2.8.3"
from .fit import * # noqa: F401, F403

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b1649ed

Please sign in to comment.