Skip to content

Commit

Permalink
Bumped version to 1.69.
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterboomsma committed Oct 11, 2016
1 parent 370b0ff commit 227f6d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

dist = setup(
name = __package_name__,
version = "1.68",
version = "1.69",
description = "Cython interface between the numpy arrays and the Matrix/Array classes of the Eigen C++ library",
long_description=long_description,
author = "Wouter Boomsma",
author_email = "wb@bio.ku.dk",
url = "https://github.com/wouterboomsma/eigency",
download_url = "https://github.com/wouterboomsma/eigency/tarball/1.68",
download_url = "https://github.com/wouterboomsma/eigency/tarball/1.69",
ext_modules = cythonize(extensions),
packages = [__package_name__]
)
Expand Down

0 comments on commit 227f6d6

Please sign in to comment.