Skip to content

Commit

Permalink
Version updated from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royreznik committed Dec 30, 2023
1 parent 96560b7 commit 4ebfd17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion greps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .greps import Grep, load_ipython_extension

__version__ = "1.0.3"
__version__ = "1.0.4"

__all__ = ["Grep", "load_ipython_extension", "__version__"]
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "greps"
version = "1.0.3"
version = "1.0.4"
description = "Simple ipython magic that do grep over ipython outputs"
authors = ["Roy Reznik <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ strict = true


[tool.bumpversion]
current_version = "1.0.3"
current_version = "1.0.4"
commit = true
tag = true
tag_name = "v{new_version}"
Expand All @@ -53,6 +53,7 @@ search = "^version = \"{current_version}\""
replace = "version = \"{new_version}\""



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 4ebfd17

Please sign in to comment.