Skip to content

Commit b8f6434

Browse files
Merge pull request #11 from DACCS-Climate/v1.1
updating version after previous commit, adding makefile
2 parents ed3d6fc + 9be365e commit b8f6434

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Makefile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = {file = "LICENSE"}
1616
name = "marble_client"
1717
readme = "README.md"
1818
requires-python = ">=3.9"
19-
version = "1.0.0"
19+
version = "1.1.0"
2020

2121
[project.urls]
2222
# Homepage will change to Marble homepage when that goes live

0 commit comments

Comments
 (0)