Skip to content

Commit

Permalink
Version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
amateja committed Nov 29, 2023
1 parent d3a6f04 commit 4443f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitoptions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .utils import BitOptions, number2powers
from .widgets import BitOptionsWidget

__version__ = '1.1.0'
__version__ = '1.1.1'

__all__ = ['__version__', 'BitOptions', 'BitOptionsField', 'BitOptionsForm',
'BitOptionsWidget', 'SimpleBitOptionsField', 'number2powers']

0 comments on commit 4443f0f

Please sign in to comment.