From b5f5d15ebc7800f69cc4edeb0c7fc6fe7ca9db2b Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sun, 6 Aug 2023 00:38:55 +0000 Subject: [PATCH] Update package version to 2.0.0 due to incompatible change --- documentation/source/conf.py | 2 +- dylan-package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/conf.py b/documentation/source/conf.py index 5065f4f..404e579 100644 --- a/documentation/source/conf.py +++ b/documentation/source/conf.py @@ -15,7 +15,7 @@ author = 'Carl Gay' # The full version, including alpha/beta/rc tags -release = 'v1.2.0' +release = 'v2.0.0' # -- General configuration --------------------------------------------------- diff --git a/dylan-package.json b/dylan-package.json index 87a369c..2c1d4fb 100644 --- a/dylan-package.json +++ b/dylan-package.json @@ -7,6 +7,6 @@ ], "description": "String manipulation functions", "name": "strings", - "version": "1.2.0", + "version": "2.0.0", "url": "https://github.com/dylan-lang/strings" }