From 386851281b6eddf9c29fa3b03091abd4b2ff22a4 Mon Sep 17 00:00:00 2001 From: Giovanni Squillero Date: Mon, 25 Sep 2023 13:17:36 +0200 Subject: [PATCH] Bump version to 0.8a1.dev30 --- README.md | 2 +- byron/global_symbols.py | 4 ++-- docs/pypi.md | 2 +- pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4228342..2e2c895 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: Apache 2.0](https://img.shields.io/badge/license-apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Status: Actrive](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/cad-polito-it/byron) ![Language: Python](https://img.shields.io/badge/language-python-blue.svg) -![Version: 0.1.dev2](https://img.shields.io/badge/version-0.8a1.dev29-orange.svg) +![Version: 0.1.dev2](https://img.shields.io/badge/version-0.8a1.dev30-orange.svg) ![Codename: Don Juan](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/byron/global_symbols.py b/byron/global_symbols.py index 1e6dd02..bf994f2 100644 --- a/byron/global_symbols.py +++ b/byron/global_symbols.py @@ -63,8 +63,8 @@ from collections import defaultdict import multiprocessing -__version__ = "0.8a1.dev29" -__date__ = "11-09-2023" +__version__ = "0.8a1.dev30" +__date__ = "25-09-2023" __codename__ = "Don Juan" __author__ = "Giovanni Squillero and Alberto Tonda" __copyright__ = "Copyright (c) 2023 Giovanni Squillero and Alberto Tonda" diff --git a/docs/pypi.md b/docs/pypi.md index ece3e12..eb461a7 100644 --- a/docs/pypi.md +++ b/docs/pypi.md @@ -1,7 +1,7 @@ [![License: Apache 2.0](https://img.shields.io/badge/license-apache--2.0-green.svg)](https://opensource.org/licenses/Apache-2.0) [![Status: Actrive](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/cad-polito-it/byron) ![Language: Python](https://img.shields.io/badge/language-python-blue.svg) -![Version: 0.1.dev2](https://img.shields.io/badge/version-0.8a1.dev29-orange.svg) +![Version: 0.1.dev2](https://img.shields.io/badge/version-0.8a1.dev30-orange.svg) ![Codename: Don Juan](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 d42dd93..113df1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ [tool.poetry] name = "byron" - version = "0.8a1.dev29" + version = "0.8a1.dev30" description = "Multi-purpose extensible self-adaptive optimizer and fuzzer" authors = [ "Alberto Tonda ", @@ -103,7 +103,7 @@ source-roots = ['src'] [tool.bumpver] - current_version = "0.8a1.dev29" + current_version = "0.8a1.dev30" version_pattern = "MAJOR.MINOR[PYTAGNUM].devINC0" commit_message = "Bump version to {new_version}" commit = true