Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
This release is compatible with Cython >= 3.0.0
  • Loading branch information
gergondet committed Nov 10, 2023
1 parent bdf3712 commit 65b395c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 2.8)

project(Eigen3ToPython)
set(PROJECT_VERSION 1.0.4)
set(PROJECT_VERSION 1.0.5)

find_package(Eigen3 NO_CMAKE_PACKAGE_REGISTRY)
if(NOT Eigen3_FOUND)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def enable_python2_and_python3(options):

class Eigen3ToPythonConan(ConanFile):
name = "Eigen3ToPython"
version = "1.0.4"
version = "1.0.5"
description = "Python bindings for the Eigen library"
# topics can get used for searches, GitHub topics, Bintray tags etc. Add here keywords about the library
topics = ("eigen", "python")
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-eigen (1.0.5-1debian1) unstable; urgency=medium

* Updated upstream version

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Fri, 10 Nov 2023 19:09:04 +0900

python-eigen (1.0.4-1debian1) unstable; urgency=medium

* Updated upstream version
Expand Down

0 comments on commit 65b395c

Please sign in to comment.