Skip to content

Commit 210f2ed

Browse files
committed
Prepare the first official release
1 parent f6dd560 commit 210f2ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Arrival time filters (mutually exclusive):
9797
-a [TS] Message arrived after TS
9898
-b [TS] Message arrived before TS
9999
100-
postqf 0.1.dev232041 Copyright © 2022 Ralph Seichter
100+
postqf 0.1 Copyright © 2022 Ralph Seichter
101101
```
102102

103103
## Installation

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.1.dev232041'
18+
VERSION = '0.1'

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.1.dev232041
16+
version = 0.1
1717

1818
[options]
1919
packages = find:

0 commit comments

Comments
 (0)