Skip to content

Commit

Permalink
Update version 0.3.0 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello authored Nov 27, 2024
1 parent 26770c1 commit 90a0ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwavebinarycsp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from warnings import warn as _warn # so it doesn't get pulled in by import *

__version__ = '0.3.0'
__version__ = '0.3.1'

from dwavebinarycsp.compilers import *
import dwavebinarycsp.compilers
Expand Down

0 comments on commit 90a0ae2

Please sign in to comment.