Skip to content

Commit ee8e283

Browse files
authored
Update version 0.0.1 -> 0.1.0
### New Features - Apply a label to the problems submitted to Leap. ### Bug Fixes - Fix `SelectFromQuadraticModel` to handle the case when `X` has a column with all equal values.
1 parent 8563009 commit ee8e283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dwave/plugins/sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.1'
15+
__version__ = '0.1.0'
1616

1717
from dwave.plugins.sklearn.transformers import *

0 commit comments

Comments
 (0)