Skip to content

Commit

Permalink
Merge pull request #110 from neuroscout/v0.5
Browse files Browse the repository at this point in the history
REL: v0.5
  • Loading branch information
adelavega committed Feb 7, 2023
2 parents 0da0aa2 + 03b650b commit 24727ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
copyright = '2022, Alejandro de la Vega'
author = 'Alejandro de la Vega'

release = '0.4'
version = '0.4.10'
release = '0.5'
version = '0.5.0'

# -- General configuration

Expand All @@ -36,4 +36,4 @@
html_theme = 'sphinx_rtd_theme'

# -- Options for EPUB output
epub_show_urls = 'footnote'
epub_show_urls = 'footnote'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = fh.read()

setup(name='pyns',
version='0.4.10',
version='0.5.0',
description='Neuroscout API wrapper',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 24727ff

Please sign in to comment.