From 40df4b4c7baff54ba51bf16a5ed738bd1a627157 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 1 Jun 2024 13:43:54 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- doc/conf.py | 4 ++-- third-party/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 254d4b26c..4698a8768 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 83892280e..eac36003b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -52,6 +52,6 @@ authors: affiliation: University of Washington - given-names: djrain family-names: '' -version: 1.1.2 +version: 1.1.3 repository-code: https://github.com/devosoft/Empirical license: MIT diff --git a/doc/conf.py b/doc/conf.py index 380147bbe..246d932f6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -93,9 +93,9 @@ # the built documents. # # The short X.Y version. -version = '1.1.2' +version = '1.1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # diff --git a/third-party/package.json b/third-party/package.json index 94fb4ea2e..ed2ddb7c3 100644 --- a/third-party/package.json +++ b/third-party/package.json @@ -1,6 +1,6 @@ { "name": "empirical-dev-dependencies", - "version": "1.1.2", + "version": "1.1.3", "description": "Dev dependencies for Empirical", "main": "index.js", "devDependencies": {