Skip to content

Commit

Permalink
Bump minor version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsaunders1904 committed Apr 26, 2023
1 parent c3a7395 commit 00e6162
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 @@ -26,7 +26,7 @@
from dataclasses import dataclass
from typing import List, TextIO, Union

__version__ = "0.3.0"
__version__ = "0.4.0"

CLI_HELP = f"""usage: pyautoenv [-h] [-V] [--fish] [directory]
{__doc__}
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.3.0"
version = "0.4.0"
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 00e6162

Please sign in to comment.