Skip to content

Commit

Permalink
build: 🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanandvp committed Aug 28, 2023
1 parent 8f8d5c8 commit 1ddbaae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/python-pyrunning-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license=('MPL-2.0')
# -------- #
# Specific #
# -------- #
pkgver=0.0.12
pkgver=0.0.13
pkgrel=1
pkgname="$PACKAGE_NAME_STUB-git"
conflicts=("$PACKAGE_NAME_STUB" "$PACKAGE_NAME_STUB-local")
Expand Down
4 changes: 2 additions & 2 deletions packaging/python-pyrunning-local/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ license=('MPL-2.0')
# -------- #
# Specific #
# -------- #
PKGVER_STUB=0.0.12
pkgver=0.0.12.2023_08_28T07_09_31_05_00
PKGVER_STUB=0.0.13
pkgver=0.0.13.2023_08_28T07_09_31_05_00
pkgrel=1
pkgname="$PACKAGE_NAME_STUB-local"
conflicts=("$PACKAGE_NAME_STUB" "$PACKAGE_NAME_STUB-git")
Expand Down
2 changes: 1 addition & 1 deletion packaging/python-pyrunning/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license=('MPL-2.0')
# -------- #
# Specific #
# -------- #
pkgver=0.0.12
pkgver=0.0.13
pkgrel=1
pkgname="$PACKAGE_NAME_STUB"
conflicts=("$PACKAGE_NAME_STUB-local" "$PACKAGE_NAME_STUB-git")
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyrunning",
version="0.0.12",
version="0.0.13",
author="shivanandvp",
author_email="shivanandvp.oss@gmail.com",
description="A python library to run and live-log OS commands, functions, scripts, and batch jobs either immedietly, or to be queued for later execution.",
Expand Down

0 comments on commit 1ddbaae

Please sign in to comment.