Skip to content

Commit

Permalink
Housekeeping; fix version and pylint config
Browse files Browse the repository at this point in the history
  • Loading branch information
spoutn1k committed Feb 9, 2023
1 parent 7b57fd4 commit 9cc16fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e4s_cl/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE = "e4s_cl"
VERSION = (1, 0, 1)
VERSION = (1, 0, 2)
RELEASE_CANDIDATE = 0
__version__ = '.'.join(map(
str, VERSION)) + (f"rc{RELEASE_CANDIDATE}" if RELEASE_CANDIDATE else '')
Expand Down
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ exclude-protected=_asdict,_fields,_replace,_source,_make

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=Exception
#overgeneral-exceptions=Exception

0 comments on commit 9cc16fb

Please sign in to comment.