diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d98d8f7..6c1c39c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 3.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index f03ae14..bb075b0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup -VERSION = "2.2.0" +VERSION = "3.0.0" def read(fname):