Skip to content

Commit

Permalink
Merge pull request #116 from seijinrosen/develop
Browse files Browse the repository at this point in the history
release: Bump version from 1.2.0 to 1.3.0
  • Loading branch information
seijinrosen authored Jan 12, 2025
2 parents 9fa218a + a7296bd commit 47d91bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lssr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lssr"
version = "1.2.0"
version = "1.3.0"
description = "Alternative ls command."
license = "MIT"
authors = ["seijinrosen <86702775+seijinrosen@users.noreply.github.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_lssr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "1.2.0"
assert __version__ == "1.3.0"

0 comments on commit 47d91bf

Please sign in to comment.