diff --git a/pyproject.toml b/pyproject.toml index a11d381efe19b3b548fb9afa0e54f640909735b8..97ce9b04fcd4f22660f04955c78aaeb239ecfb8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.6.7" +version = "0.6.8" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = ["Vincent Texier <vit@free.fr>"] include = [ diff --git a/tikka/__init__.py b/tikka/__init__.py index 44ca42c585e977d54ca605fb3fb4835731f9ac77..8f252dfdefd8ff5390dee1dabfb4c7071103dc1f 100644 --- a/tikka/__init__.py +++ b/tikka/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = "0.6.7" +__version__ = "0.6.8"