Skip to content

Commit

Permalink
Bump version: 0.11.1 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Feb 16, 2024
1 parent 0ecdd13 commit 2c08807
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.1
current_version = 0.12.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.12.0
2 changes: 1 addition & 1 deletion pythonx/vimania_uri/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# from vimania_uri.todos.cli import app
# from vimania_uri.vim_.vimania_manager import VimaniaUriManager

__version__ = "0.11.1"
__version__ = "0.12.0"
# __all__ = ["VimaniaUriManager", "app"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vimania-uri
version = 0.11.1
version = 0.12.0
description = "markdown URI navigation for VIM"
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
Expand Down

0 comments on commit 2c08807

Please sign in to comment.