Skip to content

Commit 59a9e5b

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 8224c4f commit 59a9e5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "get-metars"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Simple command line tool to download METAR's and TAF's for a given station and store them in text files."
55
readme = "README.md"
66
authors = ["diego-garro <diego.garromolina@yahoo.com>"]

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)