Skip to content

Commit f0a5712

Browse files
committed
[BumpVersion] 0.2.0 -> 0.3.0
1 parent 01c4d14 commit f0a5712

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
33
# cmake-format: off
44
###### PROJECT Info #####################################################################
55
project(LIBYT_PROJECT
6-
VERSION 0.2.0
6+
VERSION 0.3.0
77
DESCRIPTION "In situ Python analysis tool using yt and Python"
88
)
99

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "libyt"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 0.2.0
51+
PROJECT_NUMBER = 0.3.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
copyright = '2024, Shin-Rong Tsai, Hsi-Yu Schive, Matthew Turk'
1313
author = 'Shin-Rong Tsai, Hsi-Yu Schive, Matthew Turk'
1414

15-
version = "0.2.0"
16-
release = "0.2.0"
15+
version = "0.3.0"
16+
release = "0.3.0"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hide-toc: true
33
---
44

55
# libyt Documents
6-
{bdg-primary}`version 0.2.0`
6+
{bdg-primary}`version 0.3.0`
77

88
`libyt` is an open source C library for simulation.
99
It is an in situ analysis tool that allows researchers to analyze and visualize data using [`yt`](https://yt-project.org/) or other Python packages in parallel during simulation runtime.

include/libyt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
#define LIBYT_MAJOR_VERSION 0
10-
#define LIBYT_MINOR_VERSION 2
10+
#define LIBYT_MINOR_VERSION 3
1111
#define LIBYT_MICRO_VERSION 0
1212

1313
// declare libyt data type

0 commit comments

Comments
 (0)