This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 2dd952d committed Mar 29, 2024 · 18 / 18 · Verified
1 parent da75304 commit 2dd952d Copy full SHA for 2dd952d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " poetry-core"
3
- version = " 2.0 .0.dev0"
3
+ version = " 1.999 .0.dev0"
4
4
description = " Poetry PEP 517 Build Backend"
5
5
authors = [" Sébastien Eustace <sebastien@eustace.io>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 7
7
8
8
# this cannot presently be replaced with importlib.metadata.version as when building
9
9
# itself, poetry-core is not available as an installed distribution.
10
- __version__ = "2.0 .0.dev0"
10
+ __version__ = "1.999 .0.dev0"
11
11
12
12
__vendor_site__ = (Path (__file__ ).parent / "_vendor" ).as_posix ()
13
13
You can’t perform that action at this time.
0 commit comments