Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smoofra committed Mar 4, 2024
1 parent c35f16a commit 64eaa2b
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.1.0
version=1.2.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 @@ -19,7 +19,7 @@

__all__ = ("split", "quote", "join", "MSLexError")

__version__ = "1.1.0"
__version__ = "1.2.0"


def iter_arg(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.1.0
current_version = 1.2.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.1.0"
version = "1.2.0"

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

0 comments on commit 64eaa2b

Please sign in to comment.