We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fc67f commit 2331418Copy full SHA for 2331418
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = "Paul Moore"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "0.4"
+release = "0.5"
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "editables"
7
-version = "0.4"
+version = "0.5"
8
description = "Editable installations"
9
readme = "README.md"
10
requires-python = ">=3.7"
src/editables/__init__.py
@@ -8,7 +8,7 @@
"__version__",
)
11
-__version__ = "0.4"
+__version__ = "0.5"
12
13
14
# Check if a project name is valid, based on PEP 426:
0 commit comments