Skip to content

Commit e569621

Browse files
committed
Release 0.3.0
1 parent b1190de commit e569621

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
| xframe | xtensor |
2020
|----------|-----------|
2121
| master | ^0.21.4 |
22+
| 0.3.0 | ^0.21.4 |
2223
| 0.2.0 | ^0.20.0 |
2324
| 0.1.0 | ^0.19.1 |
2425
| 0.0.2 | ^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.2.0
7-
- xeus-cling=0.5.1
6+
- xframe=0.3.0
7+
- xeus-cling=0.8.1
88
- notebook

include/xframe/xframe_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define XFRAME_CONFIG_HPP
1313

1414
#define XFRAME_VERSION_MAJOR 0
15-
#define XFRAME_VERSION_MINOR 2
15+
#define XFRAME_VERSION_MINOR 3
1616
#define XFRAME_VERSION_PATCH 0
1717

1818
#include "xtl/xbasic_fixed_string.hpp"

0 commit comments

Comments
 (0)