Skip to content

Commit

Permalink
Bump version to 2.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Apr 12, 2016
1 parent ba156aa commit d21ff0f
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=2.0.1
pkgver=2.1.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__ = '[email protected]'
__version__ = '2.1.0'
__version__ = '2.1.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='2.1.0',
version='2.1.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 d21ff0f

Please sign in to comment.