Skip to content

Commit

Permalink
automated push from 23347d2c60b1291f979227a1afd5adc48ecd7b9b
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Putz committed Nov 7, 2020
1 parent 2ad17c5 commit 363db42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qcware/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
a SaaS product for solving problems with quantum computing.
Please see the documentation at http://qcware.readthedocs.io
"""
__version__ = '2.2.1'
__version__ = '3.0.0'
import logging
logger = logging.getLogger('qcware')

Expand Down
2 changes: 1 addition & 1 deletion qcware/config/api_semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Project: qcware
# Copyright (c) 2019 QC Ware Corp - All Rights Reserved

api_semver = '4.0.0'
api_semver = '5.0.0'

0 comments on commit 363db42

Please sign in to comment.