Skip to content

Commit

Permalink
setup.cfg: bump version to 2.3.5 (#605)
Browse files Browse the repository at this point in the history
Procedure:
```
$ python3 setup.py sdist
...
$ python3 setup.py bdist_wheel
...
$ python3 -m twine check --strict dist/*
Checking dist/pylxd-2.3.5-py3-none-any.whl: PASSED
Checking dist/pylxd-2.3.5.tar.gz: PASSED

# upload to testpypi
$ python3 -m twine upload --repository pylxd-testpypi dist/*
Uploading distributions to https://test.pypi.org/legacy/
Uploading pylxd-2.3.5-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.5/105.5 kB • 00:00 • 188.8 MB/s
Uploading pylxd-2.3.5.tar.gz
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.1/79.1 kB • 00:00 • 189.9 MB/s

View at:
https://test.pypi.org/project/pylxd/2.3.5/
```

The test upload is available at
https://test.pypi.org/project/pylxd/2.3.5/
  • Loading branch information
simondeziel authored Oct 1, 2024
2 parents 93b83d1 + 3dce866 commit db77bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pylxd
version = 2.3.4
version = 2.3.5
description = python library for LXD
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit db77bd6

Please sign in to comment.