Skip to content

Commit

Permalink
Bump version: 0.12.3 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 3, 2022
1 parent 773c9f7 commit 8ae5227
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 0.12.3
current_version = 0.13.0
files = setup.py beradio/__init__.py doc/source/conf.py
commit = True
tag = True
tag_name = {new_version}

2 changes: 1 addition & 1 deletion beradio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# (c) 2015 Andreas Motl <andreas@hiveeyes.org>
"""BERadio spec and reference implementation"""
__appname__ = "beradio"
__version__ = "0.12.3"
__version__ = "0.13.0"


def program_name(with_version=False):
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = "0.12.3"
version = "0.13.0"
# The full version, including alpha/beta/rc tags.
release = "0.12.3"
release = "0.13.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="beradio",
version="0.12.3",
version="0.13.0",
description="BERadio is an encoding specification and implementation for efficient "
"communication in constrained radio link environments. It is conceived "
"and used for over-the-air communication within the Hiveeyes project.",
Expand Down

0 comments on commit 8ae5227

Please sign in to comment.