Skip to content

Commit 53b8bf0

Browse files
committed
Bumped version
(and got rid of unused import in setup.py)
1 parent 6a68f0c commit 53b8bf0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bugout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__email__ = "engineering@bugout.dev"
99
__license__ = "MIT"
10-
__version__ = "0.1.4"
10+
__version__ = "0.1.5"
1111

1212
__all__ = (
1313
"__author__",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
from importlib.machinery import SourceFileLoader
3-
from pkg_resources import parse_requirements
43
from setuptools import find_packages, setup
54

65
MODULE_NAME = "bugout"

0 commit comments

Comments
 (0)