From af6e3d1cd5d931a649cb7d26ddd3ca9e1d5f931c Mon Sep 17 00:00:00 2001 From: Giovanni Squillero Date: Sat, 16 Dec 2023 16:38:56 +0100 Subject: [PATCH] Bump version to 0.8a1.dev40 --- README.md | 2 +- byron/global_symbols.py | 4 ++-- docs/index.md | 2 +- docs/pypi.md | 2 +- pyproject.toml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8266d67..d2b7ee8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](https://img.shields.io/badge/license-apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) ![Language](https://img.shields.io/badge/language-python-blue.svg) -![Version](https://img.shields.io/badge/version-0.8a1.dev39_(Don_Juan)-orange.svg) +![Version](https://img.shields.io/badge/version-0.8a1.dev40_(Don_Juan)-orange.svg) [![GitHub last commit (alpha)](https://img.shields.io/github/last-commit/cad-polito-it/byron/alpha)](https://github.com/cad-polito-it/byron) [![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/cad-polito-it/byron/pytest.yml?label=pytest) ](https://github.com/cad-polito-it/byron/actions) diff --git a/byron/global_symbols.py b/byron/global_symbols.py index 50153c4..d7d2aa7 100644 --- a/byron/global_symbols.py +++ b/byron/global_symbols.py @@ -63,8 +63,8 @@ from collections import defaultdict import multiprocessing -__version__ = "0.8a1.dev39" -__date__ = "07-10-2023" +__version__ = "0.8a1.dev40" +__date__ = "16-12-2023" __codename__ = "Don Juan" __author__ = "Giovanni Squillero and Alberto Tonda" __copyright__ = "Copyright (c) 2023 Giovanni Squillero and Alberto Tonda" diff --git a/docs/index.md b/docs/index.md index bf74620..adc3141 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Byron v0.8a1.dev39 +# Byron v0.8a1.dev40 > A multi-purpose extensible self-adaptive optimizer and fuzzer diff --git a/docs/pypi.md b/docs/pypi.md index 03ee365..06e3b4a 100644 --- a/docs/pypi.md +++ b/docs/pypi.md @@ -1,7 +1,7 @@ [![License](https://img.shields.io/badge/license-apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Status](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/cad-polito-it/byron) ![Language](https://img.shields.io/badge/language-python-blue.svg) -![Version](https://img.shields.io/badge/version-0.8a1.dev39-orange.svg) +![Version](https://img.shields.io/badge/version-0.8a1.dev40-orange.svg) ![Codename](https://img.shields.io/badge/codename-Don_Juan-pink.svg) [![Documentation Status](https://readthedocs.org/projects/byron/badge/?version=pre-alpha)](https://byron.readthedocs.io/en/pre-alpha/?badge=pre-alpha) diff --git a/pyproject.toml b/pyproject.toml index e1c462d..e99a641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ [tool.poetry] name = "byron" - version = "0.8a1.dev39" + version = "0.8a1.dev40" description = "Multi-purpose extensible self-adaptive optimizer and fuzzer" authors = [ "Giovanni Squillero ", @@ -104,7 +104,7 @@ source-roots = ['src'] [tool.bumpver] - current_version = "0.8a1.dev39" + current_version = "0.8a1.dev40" version_pattern = "MAJOR.MINOR[PYTAGNUM].devINC0" commit_message = "Bump version to {new_version}" commit = true