Bump version to 1.1.0

This commit is contained in:
Arjan Molenaar 2019-08-05 22:00:06 +02:00
parent 0dafacd656
commit a148c464eb
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
[tool.poetry]
name = "gaphor"
version = "1.0.2"
version = "1.1.0"
description = "Gaphor is the simple modeling tool written in Python."
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",

@ -16,7 +16,7 @@ from utils.i18n.build_pot import build_pot
from utils.model.build_uml import build_uml
from utils.install_lib import install_lib
VERSION = "1.0.2"
VERSION = "1.1.0"
LINGUAS = ["ca", "es", "fr", "nl", "sv"]
sys.path.insert(0, ".")