We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c966228 commit d6e5f42Copy full SHA for d6e5f42
postqf/__init__.py
@@ -15,4 +15,4 @@
15
If not, see <https://www.gnu.org/licenses/>.
16
"""
17
PROGRAM = 'postqf'
18
-VERSION = '0.5.dev371914'
+VERSION = '0.5'
scripts/install
@@ -4,7 +4,7 @@
4
# Install PostQF sources and create a launcher script.
5
6
set -euo pipefail
7
-declare -r RELEASE='0.4'
+declare -r RELEASE='0.5'
8
9
function _die {
10
echo >&2 "$@"
setup.cfg
@@ -13,7 +13,7 @@ long_description = file: README.md
13
long_description_content_type = text/markdown
14
name = postqf
url = https://github.com/rseichter/postqf
-version = 0.5.dev371914
+version = 0.5
[options]
19
packages = find:
0 commit comments