Skip to content

Commit

Permalink
Bump version: 0.13.1 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 31, 2024
1 parent 6a28e80 commit 1e70455
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.1
current_version = 0.14.0
files = setup.py beradio/__init__.py doc/source/conf.py
commit = True
tag = True
Expand Down
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 <[email protected]>
"""BERadio spec and reference implementation"""
__appname__ = "beradio"
__version__ = "0.13.1"
__version__ = "0.14.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.13.1"
version = "0.14.0"
# The full version, including alpha/beta/rc tags.
release = "0.13.1"
release = "0.14.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.13.1",
version="0.14.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 1e70455

Please sign in to comment.