We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed3d6fc + 9be365e commit b8f6434Copy full SHA for b8f6434
Makefile
@@ -0,0 +1,13 @@
1
+
2
+upgrade-build-packages:
3
+ pip install --upgrade build
4
+ pip install --upgrade twine
5
6
+build: upgrade-build-packages
7
+ python -m build
8
9
+upload:
10
+ twine upload dist/*
11
12
+test-upload:
13
+ twine upload --repository testpypi dist/*
pyproject.toml
@@ -16,7 +16,7 @@ license = {file = "LICENSE"}
16
name = "marble_client"
17
readme = "README.md"
18
requires-python = ">=3.9"
19
-version = "1.0.0"
+version = "1.1.0"
20
21
[project.urls]
22
# Homepage will change to Marble homepage when that goes live
0 commit comments