Skip to content

Commit 42ff2a1

Browse files
committed
Bumping version from 0.2.1 to 1.0.0-alpha.0
1 parent 197a538 commit 42ff2a1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-plugin-export"
3-
version = "0.2.1"
3+
version = "1.0.0-alpha.0"
44
description = "Poetry plugin to export the dependencies to various formats"
55
authors = ["Sébastien Eustace <sebastien@eustace.io>"]
66
license = "MIT"
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
from __future__ import annotations
22

3+
from poetry.utils._compat import metadata
34

4-
__version__ = "0.2.1"
5+
6+
__version__ = metadata.version("poetry-plugin-export")

0 commit comments

Comments
 (0)