Skip to content

Commit 8bcc1e5

Browse files
carsonylGitHub Enterprise
authored andcommitted
Merge pull request #33 from Safe/v0-10-0
Bump to v0.10.0
2 parents b57077a + cd4e19a commit 8bcc1e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fmetools changes
22

3-
## 0.9.4
3+
## 0.10.0
44

55
* Fix support for Python 3.8 and require Python 3.8+.
66

src/fmetools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
__version__ = "0.9.4"
3+
__version__ = "0.10.0"
44

55
import gettext
66
import os

0 commit comments

Comments
 (0)