Skip to content

Commit

Permalink
Bump version to 2.0.0; and update documentation accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwardrop committed Aug 12, 2015
1 parent 09c1d78 commit a99ce1f
Show file tree
Hide file tree
Showing 4 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.1
pkgver=2.0.0
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
Binary file modified documentation.pdf
Binary file not shown.
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.1'
__version__ = '2.0.0'

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.1',
version='2.0.0',
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 a99ce1f

Please sign in to comment.