We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226b236 commit 7b63113Copy full SHA for 7b63113
docs/source/conf.py
@@ -62,7 +62,7 @@
62
# The short X.Y version.
63
version = '1.0'
64
# The full version, including alpha/beta/rc tags.
65
-release = '1.0.0'
+release = '1.0.2'
66
67
# The language for content autogenerated by Sphinx. Refer to documentation
68
# for a list of supported languages.
include/version.h
@@ -12,4 +12,4 @@
12
13
#include <string>
14
15
-static const std::string ALAMODE_VERSION = "1.0.0";
+static const std::string ALAMODE_VERSION = "1.0.2";
0 commit comments