Skip to content

Commit ac5780b

Browse files
committed
Fix typo
1 parent 06f473f commit ac5780b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2020, Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
2222
author = ' Josep Marín-Llaó, Sergi Picart Armada, Daniel Domingo-Fernández'
2323

24-
release = 'release = '0.0.3-dev''
24+
release = '0.0.3-dev'
2525

2626
parsed_version = re.match(
2727
'(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?',

0 commit comments

Comments
 (0)