We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8dd40 commit fd2f17aCopy full SHA for fd2f17a
postqf/__init__.py
@@ -15,4 +15,4 @@
15
If not, see <https://www.gnu.org/licenses/>.
16
"""
17
PROGRAM = 'postqf'
18
-VERSION = '0.4.dev301611'
+VERSION = '0.4'
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.3'
+declare -r RELEASE='0.4'
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.4.dev301611
+version = 0.4
[options]
19
packages = find:
0 commit comments