Skip to content

Commit

Permalink
Patch: fix parsing Volts
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Aug 30, 2021
1 parent 7f30c3d commit c33b475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantulum3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""quantulum3 init."""

VERSION = (0, 7, 7)
VERSION = (0, 7, 8)

__version__ = ".".join([str(i) for i in VERSION])
__author__ = "Marco Lagi, nielstron, sohrabtowfighi, grhawk and Rodrigo Castro"
Expand Down

0 comments on commit c33b475

Please sign in to comment.