Skip to content

Commit

Permalink
Bump version number to 1.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Jun 1, 2015
1 parent 29d6f0d commit 6577491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Matthew Wardrop <[email protected]>
pkgname=python2-parampy
pkgver=1.9.0
pkgver=1.9.1
pkgrel=1
pkgdesc="A parameter manager that keeps track of physical (or numerical) quantities, and the relationships between them."
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion parampy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Matthew Wardrop'
__author_email__ = 'mister dot <surname> at gmail'
__version__ = '1.9.0'
__version__ = '1.9.1'

import pyximport; pyximport.install()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]

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

0 comments on commit 6577491

Please sign in to comment.