Skip to content

Commit

Permalink
Merge branch 'r1.0.0.post1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillacre committed Jan 30, 2020
2 parents 3854ce6 + f397a36 commit 97358a5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions shy_sentry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Copyright (C) 2020 Arrai Innovations Inc. - All Rights Reserved
__version__ = "1.0.0"
__version__ = "1.0.0.post1"

from .shy_sentry import init, Guard
try:
from .shy_sentry import init, Guard

__all__ = ["init", "Guard"]
__all__ = ["init", "Guard"]
except ImportError:
pass

0 comments on commit 97358a5

Please sign in to comment.