diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 64e72977..cdd425e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.2.10 +current_version = 0.3.0 [bumpversion:file:nylas/_version.py] diff --git a/nylas/_version.py b/nylas/_version.py index a075073d..b75e4ac3 100644 --- a/nylas/_version.py +++ b/nylas/_version.py @@ -1 +1 @@ -__VERSION__ = "0.2.10" \ No newline at end of file +__VERSION__ = "0.3.0" \ No newline at end of file