Skip to content

Commit d21ff0f

Browse files
Bump version to 2.1.1.
1 parent ba156aa commit d21ff0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Matthew Wardrop <mister.wardrop@gmail.com>
22
pkgname=python2-parampy
3-
pkgver=2.0.1
3+
pkgver=2.1.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = 'Matthew Wardrop'
22
__author_email__ = 'mister.wardrop@gmail.com'
3-
__version__ = '2.1.0'
3+
__version__ = '2.1.1'
44

55
import pyximport; pyximport.install()
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636
setup(name='parampy',
37-
version='2.1.0',
37+
version='2.1.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='mister.wardrop@gmail.com',

0 commit comments

Comments
 (0)