Skip to content

Commit d42b763

Browse files
committed
Update the version to 0.9.8
1 parent 52ea940 commit d42b763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fuller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
pass
2121

2222

23-
__version__ = '0.9.2'
23+
__version__ = '0.9.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = '0.9.2'
5+
__version__ = '0.9.8'
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)