Skip to content

Commit fd2f17a

Browse files
committed
Prepare release 0.4
1 parent 1a8dd40 commit fd2f17a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

postqf/__init__.py

Lines changed: 1 addition & 1 deletion
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.4.dev301611'
18+
VERSION = '0.4'

scripts/install

Lines changed: 1 addition & 1 deletion
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.3'
7+
declare -r RELEASE='0.4'
88

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

setup.cfg

Lines changed: 1 addition & 1 deletion
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.4.dev301611
16+
version = 0.4
1717

1818
[options]
1919
packages = find:

0 commit comments

Comments
 (0)