From 01bd274976219cb50fa2fb5fed354efa7b9b3fcd Mon Sep 17 00:00:00 2001 From: bch0w Date: Fri, 19 Apr 2024 14:01:31 -0800 Subject: [PATCH] bump version 0.6.0 and bump copyright year in docs --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d4ecd77..da19641 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ def setup(app): # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'PySEP' -copyright = '2023, adjTomo Dev Team' +copyright = '2024, adjTomo Dev Team' author = 'adjTomo Dev Team' release = '' # Grab version number from 'pyproject.toml' diff --git a/pyproject.toml b/pyproject.toml index 6f85bd5..673c2d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysep-adjtomo" -version = "0.5.1" +version = "0.6.0" description = "Python Seismogram Extraction and Processing" readme = "README.md" requires-python = ">=3.8"