Update Gajim version to 1.0.0

This commit is contained in:
Philipp Hörist 2018-03-17 17:59:04 +01:00
parent 368a2177fc
commit 788c064cee
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import subprocess
__version__ = "0.99.2"
__version__ = "1.0.0"
try:
p = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,