From 0b323b00d85ffaca76807fdeecc32279f83d6d89 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Wed, 10 Sep 2025 14:13:13 -0600 Subject: [PATCH] Updated version for v1.0.0 release --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1d0c966..c8a8be9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'developer-guide' copyright = '2024, Regents of the University of Colorado' author = 'Matthew Bourque, Keira Brooks, Luke Charbonneau, Matthew Maclay, Veronica Martinez, Alex Ware' -release = '0.1.0' +release = '1.0.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index aeb7ae9..824cd3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [project] name = "developer-guide" -version = "0.1.0" +version = "1.0.0" description = "Guidelines for software developers at LASP" authors = [ {name = "Matthew Bourque", email = "Matthew.Bourque@lasp.colorado.edu>"},