Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 18, 2023
1 parent 8fa1408 commit ca98737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xdev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [ ] Automatically add custom defined names in this file to __all__
"""

__version__ = '1.3.3'
__version__ = '1.4.0'


# __submodules__ = [
Expand Down
4 changes: 2 additions & 2 deletions xdev/cli/dirstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,9 @@ def strip_comments_and_newlines(source):
Example:
>>> from xdev.cli.dirstats import strip_comments_and_newlines
>>> from xdoctest import utils
>>> import ubelt as ub
>>> fmtkw = dict(sss=chr(39) * 3, ddd=chr(34) * 3)
>>> source = utils.codeblock(
>>> source = ub.codeblock(
>>> '''
# comment 1
a = '# not a comment' # comment 2
Expand Down

0 comments on commit ca98737

Please sign in to comment.