Skip to content

Commit

Permalink
Prepare machinery for release
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 19, 2021
1 parent 7765474 commit c990499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Cerebro ${{ github.ref }}
body:
body: ""
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdss-cerebro"
version = "0.1.1-alpha.0"
version = "0.1.0"
description = "A library to control Finger Lakes Instrumentation cameras."
authors = ["José Sánchez-Gallego <gallegoj@uw.edu>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit c990499

Please sign in to comment.