Skip to content

Commit

Permalink
fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 13, 2023
1 parent 873a823 commit c68dd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:networkframe/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
2 changes: 1 addition & 1 deletion networkframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Ben Pedigo"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.1.0" # noqa


__all__ = ["test"]

0 comments on commit c68dd18

Please sign in to comment.