Skip to content

Commit 9a37212

Browse files
Release 1.0.9
1 parent 3397d39 commit 9a37212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = "1.0"
5151
# The full version, including alpha/beta/rc tags.
52-
release = "1.0.8"
52+
release = "1.0.9"
5353

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828
unittest.main(tests, argv=sys.argv[:1])
2929

3030

31-
version = "1.0.8"
31+
version = "1.0.9"
3232

3333
this_directory = Path(__file__).parent
3434
long_description = (this_directory / "README.md").read_text()

0 commit comments

Comments
 (0)