Skip to content

Commit d6e5f42

Browse files
committed
Prepare release 0.5
1 parent c966228 commit d6e5f42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postqf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
If not, see <https://www.gnu.org/licenses/>.
1616
"""
1717
PROGRAM = 'postqf'
18-
VERSION = '0.5.dev371914'
18+
VERSION = '0.5'

scripts/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Install PostQF sources and create a launcher script.
55

66
set -euo pipefail
7-
declare -r RELEASE='0.4'
7+
declare -r RELEASE='0.5'
88

99
function _die {
1010
echo >&2 "$@"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ long_description = file: README.md
1313
long_description_content_type = text/markdown
1414
name = postqf
1515
url = https://github.com/rseichter/postqf
16-
version = 0.5.dev371914
16+
version = 0.5
1717

1818
[options]
1919
packages = find:

0 commit comments

Comments
 (0)