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