From f355d87d0abdf0ff4539078bd920bbc5f4ac1f33 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 11 Sep 2023 03:23:28 +0000 Subject: [PATCH] MAINT: Bump version to v0.1.0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6039654..a841bc8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "asv_runner" copyright = "2023, asv Developers" author = "asv Developers" -release = "0.0.9" +release = "0.1.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 768b219..f306174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ 'License :: OSI Approved :: BSD License', 'Topic :: System :: Benchmark', ] -version = "0.0.9" +version = "0.1.0" dependencies = [] # Make sure there's nothing here requires-python = ">=3.7" readme = "README.md" diff --git a/tbump.toml b/tbump.toml index a6e107e..8669a5d 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/airspeed-velocity/asv_runner/" [version] -current = "0.0.9" +current = "0.1.0" # Example of a semver regexp. # Make sure this matches current_version before