From 14712a91582014aa1f9d3dc697f5861f362b53af Mon Sep 17 00:00:00 2001 From: Carl Oscar Aaro Date: Fri, 26 Feb 2021 08:01:25 +0100 Subject: [PATCH] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4deb07..9c8c501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "utcnow" -version = "0.2.1" +version = "0.2.2" description = "Timestamps as opinionated RFC 3339 (Date and Time on the Internet) formatted strings" authors = ["Carl Oscar Aaro "] homepage = "https://github.com/kalaspuff/utcnow"