Bump version

This commit is contained in:
sonny 2021-07-18 15:42:43 +02:00
parent 1b9f95fbd0
commit e6e2121368
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
# 0.4.0
- Add option to generate access tokens through --login and --private-key-path options
# 0.3.1 # 0.3.1
- Add missing changelog entries - Add missing changelog entries

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "transip_client" name = "transip_client"
version = "0.2.0" version = "0.4.0"
description = "Listens for changes about the current public IP and acts upon it." description = "Listens for changes about the current public IP and acts upon it."
authors = ["sonny <sonnyba871@gmail.com>"] authors = ["sonny <sonnyba871@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"