Skip to content

Commit

Permalink
add max pin on xtensor (#19)
Browse files Browse the repository at this point in the history
bump to 0.3.1
  • Loading branch information
adriendelsalle authored Jan 13, 2024
1 parent 1a72805 commit 93208f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- ninja
- cxx-compiler
- gtest
- xtensor
- xsimd
- xtensor>=0.24,<0.24.6
- xsimd=9.*
- tbb-devel
- xtensor-python
- pybind11
Expand Down
4 changes: 2 additions & 2 deletions include/libthermo/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#define LIBTHERMO_VERSION_HPP

#define LIBTHERMO_VERSION_MAJOR 0
#define LIBTHERMO_VERSION_MINOR 2
#define LIBTHERMO_VERSION_PATCH 0
#define LIBTHERMO_VERSION_MINOR 3
#define LIBTHERMO_VERSION_PATCH 1

#define __LIBTHERMO_STRINGIZE_IMPL(s) #s
#define __LIBTHERMO_STRINGIZE(s) __LIBTHERMO_STRINGIZE_IMPL(s)
Expand Down
2 changes: 1 addition & 1 deletion pythermo/pythermo/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 2, 0)
version_info = (0, 3, 1)
__version__ = ".".join(map(str, version_info))

0 comments on commit 93208f8

Please sign in to comment.