From 908c2653d6da4eb3a18e0fbb7b1c653daa1ee5b8 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Thu, 14 Dec 2023 16:19:38 -0500 Subject: [PATCH] Release v1.0.0 --- .bumpversion.cfg | 2 +- doc/conf.py | 4 ++-- third-party/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ec593fdc94..8499c0131b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 1.0.0 commit = True tag = True diff --git a/doc/conf.py b/doc/conf.py index a80e325a9c..54750792f6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -93,9 +93,9 @@ # the built documents. # # The short X.Y version. -version = '0.0.3' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.3' +release = '1.0.0' # 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 63c630755f..cde35ee0f8 100644 --- a/third-party/package.json +++ b/third-party/package.json @@ -1,6 +1,6 @@ { "name": "empirical-dev-dependencies", - "version": "0.0.3", + "version": "1.0.0", "description": "Dev dependencies for Empirical", "main": "index.js", "dependencies": {},