Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 91994b9

Browse files
committed
Bump patch version
1 parent 32d4ec6 commit 91994b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/include/seq/seq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define SEQ_VERSION_MAJOR 0
3636
#define SEQ_VERSION_MINOR 9
37-
#define SEQ_VERSION_PATCH 0
37+
#define SEQ_VERSION_PATCH 1
3838

3939
namespace seq {
4040
namespace types {

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup(sphinx):
3030
# The short X.Y version
3131
version = u'0.9'
3232
# The full version, including alpha/beta/rc tags
33-
release = u'0.9.0'
33+
release = u'0.9.1'
3434

3535
# Logo path
3636
html_logo = '../images/logo.png'

0 commit comments

Comments
 (0)