summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4a396a9153..cbeb1d9a0096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = release-bot
pkgdesc = Release to Github and PyPI with an ease.
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/user-cont/release-bot
arch = i686
@@ -14,7 +14,7 @@ pkgbase = release-bot
depends = twine
depends = python-wheel
depends = python-pyjwt
- source = git+https://github.com/user-cont/release-bot#tag=0.7.0
+ source = git+https://github.com/user-cont/release-bot#tag=0.7.1
md5sums = SKIP
pkgname = release-bot
diff --git a/PKGBUILD b/PKGBUILD
index bcde84e10689..578e3d0d23b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Owner: Userspace Containerization team at Red Hat user-cont-team@redhat.com
pkgname=release-bot
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Release to Github and PyPI with an ease."
url="https://github.com/user-cont/release-bot"