Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit d4b3dbd

Browse files
committed
bumped version to 0.0.8
1 parent 43afc2e commit d4b3dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcflib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
del setup
1313

1414

15-
__version__ = '0.0.7'
15+
__version__ = '0.0.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66

7-
VERSION = '0.0.7'
7+
VERSION = '0.0.8'
88

99
install_file = os.path.join(os.path.dirname(__file__), "requirements", "run.txt")
1010
with open(install_file) as f:

0 commit comments

Comments
 (0)