Skip to content

Commit bafae6b

Browse files
authored
Merge pull request #51 from astro-informatics/feature/conan-center
Bump to version 1.3.6
2 parents 061763a + 1b2c768 commit bafae6b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
repository_url: https://test.pypi.org/legacy/
126126

127127
- name: Publish distribution 📦 to PyPI
128-
if: ${{ github.ref == 'refs/tags/v1.3.6rc1' }}
128+
if: ${{ github.ref == 'refs/tags/v1.3.6' }}
129129
uses: pypa/gh-action-pypi-publish@master
130130
with:
131131
password: ${{ secrets.PYPI_TOKEN }}

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ======== COMPILER ========
22

33
CC = gcc
4-
OPT = -std=c99 -pedantic -Wall -O3 -fopenmp -DSSHT_VERSION=\"1.3.6rc1\" -DSSHT_BUILD=\"`git rev-parse HEAD`\"
4+
OPT = -std=c99 -pedantic -Wall -O3 -fopenmp -DSSHT_VERSION=\"1.3.6\" -DSSHT_BUILD=\"`git rev-parse HEAD`\"
55
#OPT = -Wall -g -fopenmp -DSSHT_VERSION=\"1.0b1\" -DSSHT_BUILD=\"`git rev-parse HEAD`\"
66

77

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.6rc1
2+
current_version = 1.3.6
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(rc(?P<rc>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="pyssht",
29-
version="1.3.6rc1",
29+
version="1.3.6",
3030
author=[
3131
"J. D. McEwen",
3232
"C. R. G. Wallis",

0 commit comments

Comments
 (0)