Skip to content

Commit

Permalink
release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Feb 6, 2022
1 parent 0631e7a commit 0345e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run Tests
run: |
poetry run pytest tests/ -vv
poetry run pytest tests/ -vv --color=yes
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tool.poetry]
name = "mapa"
version = "0.1.2"
version = "0.1.3"
description = "🌍 Create 3d-printable STLs from satellite elevation data 🌏"
authors = ["Fabian Gebhart"]
homepage = "https://github.com/fgebhart/mapa"
repository = "https://github.com/fgebhart/mapa"
readme = "README.md"

Expand Down

0 comments on commit 0345e4d

Please sign in to comment.