From 46fd9043688f629c0ff5c9b8dd2ac1d46d7a2137 Mon Sep 17 00:00:00 2001 From: Matthew Wade Date: Tue, 24 Oct 2023 10:23:45 +0100 Subject: [PATCH] Prepare release of v2.0.0 --- PKG-INFO | 2 +- pycronofy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 8ea961d..c554d96 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: pycronofy -Version: 1.9.6 +Version: 2.0.0 Summary: Python wrapper for Cronofy Home-page: https://github.com/cronofy/pycronofy Author: VenueBook diff --git a/pycronofy/__init__.py b/pycronofy/__init__.py index d5f742b..ace070d 100644 --- a/pycronofy/__init__.py +++ b/pycronofy/__init__.py @@ -1,6 +1,6 @@ from pycronofy.client import Client # noqa: F401 from pycronofy import settings -__version__ = '1.9.6' +__version__ = '2.0.0' __name__ = 'PyCronofy' """