diff --git a/setup.py b/setup.py index 8ff2cf8..d9b52d0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run(self): setup( name='marshmallow-oneofschema', - version='2.0.0b1', + version='2.0.0b2', description='Marshmallow multiplexing schema', long_description=read('README.rst'), author='Maxim Kulkin',