diff --git a/bread/__init__.py b/bread/__init__.py index 6d834e7..d544480 100644 --- a/bread/__init__.py +++ b/bread/__init__.py @@ -11,7 +11,7 @@ from .lifecycle import * __title__ = 'bread' -__version__ = '2.3.0' +__version__ = '3.0.0' __author__ = 'Alex Rasmussen' __license__ = 'MIT' __copyright__ = 'Copyright 2015 Alex Rasmussen' diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a52566..b647448 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '2.3.0' +version = '3.0.0' # The full version, including alpha/beta/rc tags. -release = '2.3.0' +release = '3.0.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 796bbf8..02fc720 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='bread', - version='2.3.0', + version='3.0.0', description='Binary format parsing made easier', url='https://github.com/alexras/bread', author='Alex Rasmussen',