Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Feb 20, 2025
1 parent eda5a89 commit a43b26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

Version <next>
Version 0.3.0 (released 2025-02-20)

- Add ``PNPMPackage``

Expand Down
2 changes: 1 addition & 1 deletion pynpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

from .package import NPMPackage, PNPMPackage, YarnPackage

__version__ = "0.2.0"
__version__ = "0.3.0"

__all__ = ("__version__", "NPMPackage", "PNPMPackage", "YarnPackage")

0 comments on commit a43b26e

Please sign in to comment.