Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tberlok committed Apr 18, 2024
1 parent e286292 commit 20dc97c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-versions: 'cp310-cp310 cp311-cp311'
build-requirements: 'cython numpy astropy h5py scipy'
- name: Publish distribution 📦 to Test PyPI
- name: Publish distribution 📦 to PyPI
env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
project = 'Paicos'
copyright = '2024, Thomas Berlok'
author = 'Thomas Berlok'
release = '0.1.13'
release = '0.1.14'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion paicos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
and a CUDA GPU implementation for visualization.
"""

__version__ = "0.1.13"
__version__ = "0.1.14"
__author__ = 'Thomas Berlok'
__credits__ = 'Niels Bohr Institute, University of Copenhagen'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

setup(
name='paicos',
version='0.1.13',
version='0.1.14',
description=('An object-oriented Python package for analysis of '
+ '(cosmological) simulations performed with Arepo.'),
url='https://github.com/tberlok/paicos',
Expand Down

0 comments on commit 20dc97c

Please sign in to comment.