Skip to content

Commit 24727ff

Browse files
authored
Merge pull request #110 from neuroscout/v0.5
REL: v0.5
2 parents 0da0aa2 + 03b650b commit 24727ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build-n-publish:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@master
1111
- name: Set up Python 3.7

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.7, 3.8]
14+
python-version: [3.8, 3.9]
1515

1616
steps:
1717
- uses: actions/checkout@v2

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
copyright = '2022, Alejandro de la Vega'
1111
author = 'Alejandro de la Vega'
1212

13-
release = '0.4'
14-
version = '0.4.10'
13+
release = '0.5'
14+
version = '0.5.0'
1515

1616
# -- General configuration
1717

@@ -36,4 +36,4 @@
3636
html_theme = 'sphinx_rtd_theme'
3737

3838
# -- Options for EPUB output
39-
epub_show_urls = 'footnote'
39+
epub_show_urls = 'footnote'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = fh.read()
66

77
setup(name='pyns',
8-
version='0.4.10',
8+
version='0.5.0',
99
description='Neuroscout API wrapper',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)