diff --git a/pypk/__init__.py b/pypk/__init__.py index 873ccbb461dcad5bc403516eb1b447b9251aee7c..38e750a84e338ef497d4da65167bd2a5b0130c25 100644 --- a/pypk/__init__.py +++ b/pypk/__init__.py @@ -15,6 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '1.0.0' +__version__ = '1.1.0' from .api_core import init_pypk