Skip to content

Commit 92dad69

Browse files
committed
bump version to 0.0.5
1 parent 5db1830 commit 92dad69

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pdm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

pdm/installers.py

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def _print_list_information(word, items, dry=False):
5050

5151

5252
class Installer:
53-
# TODO: Support PEP 517 builds
54-
5553
def __init__(self, environment: Environment, auto_confirm: bool = True) -> None:
5654
self.environment = environment
5755
self.auto_confirm = auto_confirm

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.pdm]
22
name = "pdm"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Python Development Master"
55
author = "frostming <[email protected]>"
66
license = "MIT"

0 commit comments

Comments
 (0)