Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit c6c0e93

Browse files
committed
Bumping version to v2.3.0
1 parent 6cb8c8a commit c6c0e93

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bread/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .lifecycle import *
1212

1313
__title__ = 'bread'
14-
__version__ = '2.2.0'
14+
__version__ = '2.3.0'
1515
__author__ = 'Alex Rasmussen'
1616
__license__ = 'MIT'
1717
__copyright__ = 'Copyright 2015 Alex Rasmussen'

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '2.2.0'
51+
version = '2.3.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '2.2.0'
53+
release = '2.3.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='bread',
4-
version='2.2.0',
4+
version='2.3.0',
55
description='Binary format parsing made easier',
66
url='https://github.com/alexras/bread',
77
author='Alex Rasmussen',

0 commit comments

Comments
 (0)