From 87c6c46d459d4020334bd23506d5426ef35925b8 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Mon, 29 Aug 2022 18:51:10 +0100 Subject: [PATCH] Version 0.4.2 --- .bumpversion.cfg | 2 +- pathable/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b988215..01ef4ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 tag = True tag_name = {new_version} commit = True diff --git a/pathable/__init__.py b/pathable/__init__.py index e3e1fb5..8f1b4a6 100644 --- a/pathable/__init__.py +++ b/pathable/__init__.py @@ -7,7 +7,7 @@ __author__ = "Artur Maciag" __email__ = "maciag.artur@gmail.com" -__version__ = "0.4.1" +__version__ = "0.4.2" __url__ = "https://github.com/p1c2u/pathable" __license__ = "Apache License, Version 2.0" diff --git a/pyproject.toml b/pyproject.toml index 4a92f31..1fc2275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ strict = true [tool.poetry] name = "pathable" -version = "0.4.1" +version = "0.4.2" description = "Object-oriented paths" authors = ["Artur Maciag "] license = "Apache License, Version 2.0"