-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba156aa
commit d21ff0f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|