Skip to content

Commit 9867786

Browse files
authored
v0.2.1
version 0.2.1
2 parents b4a182f + 7199943 commit 9867786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: "3.9"
1616
- name: Install poetry
1717
run: |
18-
curl -fsS -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
18+
curl -fsS -o get-poetry.py https://install.python-poetry.org
1919
python get-poetry.py -y
2020
- name: Publish
2121
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-gemini"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "pyobs module for Optec Gemini focusser/rotator"
55
authors = ["Tim-Oliver Husser <[email protected]>", "Frederic V. Hessman <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)