Skip to content

Commit fbbae2d

Browse files
committed
Release V0.10.0
1 parent 5fadf47 commit fbbae2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ assert_file(){
5757
}
5858

5959
assert_scrutiny_version_format() {
60-
[[ "$1" =~ ^[0-9]\.[0-9]\.[0-9]$ ]] || fatal "Version format is not valid: ${1}"
60+
[[ "$1" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || fatal "Version format is not valid: ${1}"
6161
}

scrutiny/__init__.py

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

1212

1313
__name__ = 'scrutiny'
14-
__version__ = '0.9.2'
14+
__version__ = '0.10.0'
1515
__author__ = 'Scrutiny Debugger'
1616
__credits__ = ['Pier-Yves Lessard', 'Frédéric Morin', 'Joel Viau', 'Antoine Robidoux']
1717
__license__ = 'MIT'

0 commit comments

Comments
 (0)