From c03e7415f523b1fa6a9f141c1d40c00704598eab Mon Sep 17 00:00:00 2001 From: GiulioRossetti Date: Mon, 13 May 2024 12:27:30 +0200 Subject: [PATCH] :arrow_up: version set to 0.3.1 --- SECURITY.md | 4 ++-- conda/meta.yaml | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 13156e1b..01af3808 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ The following version of CDlib are currently being supported with security updates. | Version | Supported | -| ------- | ------------------ | -| 0.2.x | :white_check_mark: | +|---------| ------------------ | +| 0.3.x | :white_check_mark: | diff --git a/conda/meta.yaml b/conda/meta.yaml index d92733f8..8cbe7910 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cdlib" %} -{% set version = "0.3.0" %} +{% set version = "0.3.1" %} package: name: "{{ name|lower }}" diff --git a/docs/conf.py b/docs/conf.py index a6570888..94e94b8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -153,9 +153,9 @@ # built documents. # # The short X.Y version. -version = "0.3.0" +version = "0.3.1" # The full version, including alpha/beta/rc tags. -release = "0.3.0" +release = "0.3.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 5dbb8328..1f302639 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="cdlib", - version="0.3.0", + version="0.3.1", license="BSD-Clause-2", description="Community Discovery Library", url="https://github.com/GiulioRossetti/cdlib",