Update Gajim version to 1.0.3

This commit is contained in:
Philipp Hörist 2018-05-19 10:53:00 +02:00
parent fb1d75dfb1
commit 381c7f2ee7
1 changed files with 1 additions and 1 deletions

View File

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