Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardk2n committed Jan 25, 2025
1 parent 31e09b6 commit cac3c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylsp_mypy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.9"
__version__ = "0.7.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ classifiers =
Intended Audience :: Developers
Topic :: Software Development
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13

[options]
python_requires = >= 3.8
python_requires = >= 3.9
packages = find:
install_requires =
python-lsp-server >=1.7.0
Expand Down

0 comments on commit cac3c40

Please sign in to comment.