Skip to content

Commit 7b63113

Browse files
committed
change version as 1.0.2
1 parent 226b236 commit 7b63113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# The short X.Y version.
6363
version = '1.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '1.0.0'
65+
release = '1.0.2'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
#include <string>
1414

15-
static const std::string ALAMODE_VERSION = "1.0.0";
15+
static const std::string ALAMODE_VERSION = "1.0.2";

0 commit comments

Comments
 (0)