Skip to content

Commit cffe521

Browse files
authored
Merge pull request #6 from FusionSolutions/patch
Update to v0.0.7
2 parents cebf226 + c2b0f09 commit cffe521

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fsSignal/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.6"
1+
__version__ = "0.0.7"
22
__doc__ = """
33
Signal capturer v{}
44
Copyright (C) 2021 Fusion Solutions KFT <contact@fusionsolutions.io>
@@ -16,6 +16,6 @@
1616
You should have received a copy of the GNU Lesser General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/lgpl.txt>.
1818
""".format(__version__)
19-
from .fsSignal import KillSignal, SignalIterator, Signal
19+
from .fsSignal import KillSignal, SignalIterator, Signal, BaseSignal
2020

21-
__all__ = "KillSignal", "SignalIterator", "Signal"
21+
__all__ = "KillSignal", "SignalIterator", "Signal", "BaseSignal"

0 commit comments

Comments
 (0)