Skip to content

Commit

Permalink
Bump version to 0.8a1.dev40
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Dec 16, 2023
1 parent 1ff44f2 commit af6e3d1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.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"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Byron v0.8a1.dev39
# Byron v0.8a1.dev40

> A multi-purpose extensible self-adaptive optimizer and fuzzer
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](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)

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.dev39"
version = "0.8a1.dev40"
description = "Multi-purpose extensible self-adaptive optimizer and fuzzer"
authors = [
"Giovanni Squillero <giovanni.squillero@polito.it>",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af6e3d1

Please sign in to comment.