diff --git a/cyclotron_std/__init__.py b/cyclotron_std/__init__.py index c3d48ab..3cf11aa 100644 --- a/cyclotron_std/__init__.py +++ b/cyclotron_std/__init__.py @@ -2,4 +2,4 @@ __author__ = """Romain Picard""" __email__ = 'romain.picard@oakbits.com' -__version__ = '1.0.0' +__version__ = '2.0.0' diff --git a/pyproject.toml b/pyproject.toml index 636571d..13b2885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cyclotron-std" -version = "1.0.0" +version = "2.0.0" description = "Standard library drivers and components for cyclotron" readme = "README.rst" requires-python = ">=3.7" diff --git a/setup.cfg b/setup.cfg index b8e8f6d..d5df19c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 2.0.0 commit = True tag = True @@ -18,4 +18,3 @@ universal = 1 exclude = doc [aliases] -