From b82bfa621501e2cfb35024fc034a958374f0646d Mon Sep 17 00:00:00 2001 From: Harry Saunders Date: Wed, 5 Apr 2023 22:59:34 +0100 Subject: [PATCH] Bump patch version --- pyautoenv.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyautoenv.py b/pyautoenv.py index 9d5ac7c..6b3a3da 100755 --- a/pyautoenv.py +++ b/pyautoenv.py @@ -29,7 +29,7 @@ from pathlib import Path from typing import List, TextIO, Union -__version__ = "0.2.0" +__version__ = "0.2.1" class Os(enum.Enum): diff --git a/pyproject.toml b/pyproject.toml index f95c51e..1894ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyautoenv" -version = "0.2.0" +version = "0.2.1" description = "Print a command to activate or deactivate a Python venv based on a directory." authors = ["Harry Saunders <33317174+hsaunders1904@users.noreply.github.com>"] license = "GPL-3"