Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smoofra committed Oct 15, 2024
1 parent 382584e commit 7181889
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version=1.2.0
version=1.3.0

WHEEL=dist/mslex-$(version)-py3-none-any.whl
SDIST=dist/mslex-$(version).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion mslex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"MSLexError",
)

__version__ = "1.2.0"
__version__ = "1.3.0"


def _iter_arg_msvcrt(peek: Match[str], i: Iterator[Match[str]]) -> Iterator[str]:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with open("README.rst") as readme_file:
readme = readme_file.read()

version = "1.2.0"
version = "1.3.0"

setup(
author="Lawrence D'Anna",
Expand Down

0 comments on commit 7181889

Please sign in to comment.