Skip to content

Commit

Permalink
bugfix and bump version
Browse files Browse the repository at this point in the history
1. bugfix: isRunInPycharm
2. bump version to 1.3.1
  • Loading branch information
zlrs committed Sep 4, 2020
1 parent f753301 commit ebb5e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.1-rc.0'
__version__ = '1.3.1'
2 changes: 1 addition & 1 deletion xc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def isRunInPycharm():
return sys.gettrace() is None
return sys.gettrace() is not None

0 comments on commit ebb5e21

Please sign in to comment.