Skip to content

Commit 0e0d428

Browse files
committed
fix(mlop-2649): versions
1 parent 65dc965 commit 0e0d428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

butterfree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module docstring example, following Google's docstring style."""
22

3-
__version__ = "1.4.8" # x-release-please-version
3+
__version__ = "1.4.7" # x-release-please-version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "butterfree"
4-
__version__ = "1.4.8" # x-release-please-version
4+
__version__ = "1.4.7" # x-release-please-version
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)