Skip to content

Commit 139dba5

Browse files
committed
Release 0.2.0
1 parent 7cccb49 commit 139dba5

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
| xframe | xtensor |
2020
|----------|-----------|
21-
| master | ^0.19.3 |
21+
| master | ^0.20.0 |
22+
| 0.2.0 | ^0.20.0 |
2223
| 0.1.0 | ^0.19.1 |
2324
| 0.0.2 | ^0.19.1 |
2425
| 0.0.1 | ^0.19.1 |

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ channels:
33
- QuantStack
44
- conda-forge
55
dependencies:
6-
- xframe=0.1.0
7-
- xeus-cling=0.4.11
6+
- xframe=0.2.0
7+
- xeus-cling=0.5.1
88
- notebook

include/xframe/xframe_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define XFRAME_CONFIG_HPP
1111

1212
#define XFRAME_VERSION_MAJOR 0
13-
#define XFRAME_VERSION_MINOR 1
13+
#define XFRAME_VERSION_MINOR 2
1414
#define XFRAME_VERSION_PATCH 0
1515

1616
#include "xtl/xbasic_fixed_string.hpp"

0 commit comments

Comments
 (0)