Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda.recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

context:
name: pinpointwcs2
version: 0.9.3
version: 0.9.4

package:
name: ${{ name }}
version: ${{ version }}

source:
url: https://github.com/WorldWideTelescope/pinpoint-wcs2/releases/download/v${{ version }}/pinpoint-wcs2-${{ version }}.tar.gz
sha256: 9fc52cb9c0b8d19f1191f3c25fece1bc7833788dca78a75206766943faf9c71f
sha256: acf3973ef441d65d4da91cc496f87acd98dce42231c159568a74dd6d885e9c7d
patches:
# Since XMP-Toolkit-SDK is a git submodule and I would rather not maintain my
# own fork of it, we patch it here instead of actually fixing the underlying code.
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define VERSION "0.9.4"
#define VERSION "0.9.5"
#define REVISION "218+"
Loading