diff --git a/setup.py b/setup.py index f325d92..50ae51e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ import setuptools.command.sdist project_name = 'BeamDelta' -project_version = '1.1.0' +project_version = '1.2.0' with open("README.md", "r") as fh: long_description = fh.read()