diff --git a/pyproject.toml b/pyproject.toml index 25a849a0b389c9423a7c0557265fe089ba680ccb..ad57fde36aacdf4cf28dce02d173b88ec76b732d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.9.3" +version = "0.10.0" 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 c0dfb73315bd9430ca90e7e21c5e32c488ce2ed5..9eb9dcfae5dd246873b7649367fcbaf167b3ae29 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.9.3" +__version__ = "0.10.0"