Skip to content

Commit

Permalink
bump up 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 24, 2020
1 parent d676408 commit d36c065
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(DSQSS NONE)
set(DSQSS_VERSION 2.0.2)
set(DSQSS_VERSION 2.0.3)

message(STATUS "CMake version: " ${CMAKE_VERSION})

Expand Down
2 changes: 1 addition & 1 deletion doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'2.0.2'
release = u'2.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/jp/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u''
# The full version, including alpha/beta/rc tags
release = u'2.0.2'
release = u'2.0.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
#ifndef VERSION_H
#define VERSION_H

#define DSQSS_VERSION "v2.0.2"
#define DSQSS_VERSION "v2.0.3"

#endif
2 changes: 1 addition & 1 deletion tool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="dsqss",
version="2.0.2",
version="2.0.3",
description="DSQSS input files generator",
url="https://github.com/issp-center-dev/dsqss",
author="DSQSS developers",
Expand Down

0 comments on commit d36c065

Please sign in to comment.