Skip to content

Commit

Permalink
Fixed filelock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Sep 11, 2023
1 parent 5172a03 commit 0d8c0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
]
dependencies = [
"libcst",
"filelock",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion src/dynapyt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""DynaPyt"""
__version__ = "1.1.0"
__version__ = "1.2.0"

0 comments on commit 0d8c0ba

Please sign in to comment.