diff --git a/setup.cfg b/setup.cfg index 2d5e2d5..a82a602 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True diff --git a/tutordistro/__about__.py b/tutordistro/__about__.py index 8c0d5d5..9aa3f90 100644 --- a/tutordistro/__about__.py +++ b/tutordistro/__about__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"