diff --git a/.SRCINFO b/.SRCINFO index 996565b..6333f24 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = python-pygls pkgdesc = Pythonic generic implementation of the Language Server Protocol - pkgver = 1.2.0 + pkgver = 1.2.1 pkgrel = 1 url = https://github.com/openlawlibrary/pygls arch = any @@ -11,7 +11,7 @@ pkgbase = python-pygls makedepends = python-installer makedepends = python-poetry-core depends = python-lsprotocol - source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.2.0 + source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.2.1 b2sums = SKIP pkgname = python-pygls diff --git a/PKGBUILD b/PKGBUILD index cc5c932..1cfdf10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pygls _name=${pkgname#python-} -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc='Pythonic generic implementation of the Language Server Protocol' arch=('any')