diff --git a/bread/__init__.py b/bread/__init__.py index b9e5e19..c097183 100644 --- a/bread/__init__.py +++ b/bread/__init__.py @@ -1,5 +1,5 @@ __title__ = 'bread' -__version__ = '2.1.2' +__version__ = '2.2.0' __author__ = 'Alex Rasmussen' __license__ = 'MIT' __copyright__ = 'Copyright 2015 Alex Rasmussen' diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ad3905..d2a637d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.1.2' +version = '2.2.0' # The full version, including alpha/beta/rc tags. -release = '2.1.2' +release = '2.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index cf03ae7..cca09f5 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='bread', - version='2.1.2', + version='2.2.0', description='Binary format parsing made easier', url='https://github.com/alexras/bread', author='Alex Rasmussen',