Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaunders1904 committed Apr 5, 2023
1 parent 0435f8a commit b82bfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyautoenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "GPL-3"
Expand Down

0 comments on commit b82bfa6

Please sign in to comment.