Bump version to 1.6.0

This commit is contained in:
Eric Torres 2022-03-24 13:14:46 -07:00
parent 3bfce536a9
commit e59bde6cd1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Eric Torres <erictorres4@protonmail.com>
pkgname=packaging-scripts
pkgver=1.5.3
pkgver=1.6.0
pkgrel=1
pkgdesc="A set of helper scripts for handling Arch Linux packages"
arch=('any')

View File

@ -16,7 +16,7 @@ with open("README.rst", "r") as fh:
# ========== Package Setup ==========
setuptools.setup(
name="packaging_scripts",
version="1.5.3",
version="1.6.0",
author="Eric Russel Torres",
author_email="erictorres4@protonmail.com",
description="A set of helpers for automating borg interaction",