Skip to content

Commit a5246bc

Browse files
committed
Bump to version 0.10.1
1 parent b37e28c commit a5246bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apidoc/python/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.10.0'
58+
version = '0.10.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.10.0'
60+
release = '0.10.1'
6161

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

cfg/global_vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version
2-
TOXIC_VERSION = 0.10.0
2+
TOXIC_VERSION = 0.10.1
33
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
44
ifneq (, $(findstring error, $(REV)))
55
VERSION = $(TOXIC_VERSION)

0 commit comments

Comments
 (0)