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