Bump version to 1.7.1

This commit is contained in:
Eric Torres 2022-03-24 22:02:03 -07:00
parent 88f7c7994e
commit 2d2a8bb2d5
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Changelog for packaging-scripts Changelog for packaging-scripts
=============================== ===============================
Version 1.6.1 Version 1.7.1
------------- -------------
* pug2 * pug2
@ -12,7 +12,7 @@ Version 1.6.1
* General code cleanup * General code cleanup
Version 1.6.0 Version 1.7.0
------------- -------------
* pug2 * pug2

View File

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

View File

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