Update Gajim version to 1.0.0
This commit is contained in:
parent
368a2177fc
commit
788c064cee
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue