diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 01ba901c33ed5577c7392c52558e871694cc5355..7ee7b158d9929a966885d9590e2d9b4d3a75088b 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.15' +__version__ = '0.7.0' diff --git a/tbump.toml b/tbump.toml index 8e69d603b0c20bb2fa8d85d85278549d37a25c91..5f53a87bce95e1b08ecc8026cc91263c3c6ee566 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.6.15" +current = "0.7.0" # Example of a semver regexp. # Make sure this matches current_version before