Skip to content

Commit

Permalink
Bump version to 0.8a1.dev30
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Sep 25, 2023
1 parent 12d2aef commit 3868512
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions byron/global_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/pypi.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <alberto.tonda@inrae.fr>",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3868512

Please sign in to comment.