Skip to content

Commit

Permalink
Increased version no
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 12, 2022
1 parent c2b0508 commit e973d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
except NameError: # pragma: no cover
str_type = str

__version__ = '1.4.2.dev'
__version__ = '1.5.0.dev'

__all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode',
'QRCodeSequence', 'DataOverflowError')
Expand Down

0 comments on commit e973d18

Please sign in to comment.