Skip to content

Commit 2331418

Browse files
committed
Bump version to 0.5
1 parent 53fc67f commit 2331418

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Paul Moore"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.4"
25+
release = "0.5"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "editables"
7-
version = "0.4"
7+
version = "0.5"
88
description = "Editable installations"
99
readme = "README.md"
1010
requires-python = ">=3.7"

src/editables/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"__version__",
99
)
1010

11-
__version__ = "0.4"
11+
__version__ = "0.5"
1212

1313

1414
# Check if a project name is valid, based on PEP 426:

0 commit comments

Comments
 (0)