diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 033bd35..9e462d1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.0 +current_version = 3.0.0 commit = False tag = False diff --git a/setup.py b/setup.py index 90f9143..11a714e 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ project = "microcosm" -version = "2.14.0" +version = "3.0.0" setup( name=project,