Skip to content

Commit 6577491

Browse files
Bump version number to 1.9.1.
1 parent 29d6f0d commit 6577491

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Matthew Wardrop <[email protected]>
22
pkgname=python2-parampy
3-
pkgver=1.9.0
3+
pkgver=1.9.1
44
pkgrel=1
55
pkgdesc="A parameter manager that keeps track of physical (or numerical) quantities, and the relationships between them."
66
arch=('i686' 'x86_64')

parampy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Matthew Wardrop'
22
__author_email__ = 'mister dot <surname> at gmail'
3-
__version__ = '1.9.0'
3+
__version__ = '1.9.1'
44

55
import pyximport; pyximport.install()
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636
setup(name='parampy',
37-
version='1.9.0',
37+
version='1.9.1',
3838
description='A parameter manager that keeps track of physical (or numerical) quantities, and the relationships between them.',
3939
author='Matthew Wardrop',
4040
author_email='[email protected]',

0 commit comments

Comments
 (0)