Skip to content

Commit

Permalink
Merge pull request #364 from isuruf/update
Browse files Browse the repository at this point in the history
Update version to 0.8.0 and update AUTHORS
  • Loading branch information
isuruf authored Sep 8, 2021
2 parents 7a4896c + 6819df9 commit 0529d31
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Sumith Kulal <sumith1896@gmail.com>
Sushant Hiray <hiraysushant@gmail.com>
Abhinav Agarwal <abhinavagarwal1996@gmail.com>
Nilay Pochhi <pochhi.nilay@gmail.com>
Björn Dahlgren <bjodah@gmail.com>
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ Simon Stelter <stelter@uni-bremen.de>
Jialin Ma <marlin@inventati.org>
Rikard Nordgren <rikard.nordgren@farmaci.uu.se>
Rohit Goswami <rgoswami@ieee.org>
Matthew Treinish <mtreinish@kortar.org>
Michał Górny <mgorny@gentoo.org>
Garming Sam <garming@catalyst.net.nz>
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
project(python_wrapper)

set(CMAKE_PREFIX_PATH ${SymEngine_DIR} ${CMAKE_PREFIX_PATH})
find_package(SymEngine 0.7.0 REQUIRED CONFIG
find_package(SymEngine 0.8.1 REQUIRED CONFIG
PATH_SUFFIXES lib/cmake/symengine cmake/symengine CMake/)
message("SymEngine_DIR : " ${SymEngine_DIR})
message("SymEngine Version : " ${SymEngine_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def finalize_options(self):
'''

setup(name="symengine",
version="0.7.2",
version="0.8.0",
description="Python library providing wrappers to SymEngine",
setup_requires=['cython>=0.29.24'],
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion symengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def lambdify(args, exprs, **kwargs):
return Lambdify(args, *exprs, **kwargs)


__version__ = "0.7.2"
__version__ = "0.8.0"


# To not expose internals
Expand Down
2 changes: 1 addition & 1 deletion symengine_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b104685091b4b84a26ac3ab75b8c51943390eb05
v0.8.1

0 comments on commit 0529d31

Please sign in to comment.