Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetuft committed Apr 23, 2024
1 parent e16b2d5 commit cb128f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: build-docs-action
on:
push:
branches: [ main ]
# paths: ['docs/**']

jobs:

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ keywords:
- radiative-transfer-models
- python
license: GPL-3.0
version: 1.0.5
date-released: '2024-02-29'
version: 1.0.6
date-released: '2024-04-23'
doi: 10.5281/zenodo.8219145
2 changes: 1 addition & 1 deletion pyrtlib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR = 1
MINOR = 0
PATCH = 5
PATCH = 6
__version__ = '%d.%d.%d' % (MAJOR, MINOR, PATCH)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_file(filename):

setup(
name='pyrtlib',
version='1.0.5',
version='1.0.6',
include_package_data=True,
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_data={'pyrtlib': ['_lineshape/*', 'climatology/*', 'uncertainty/covariance_matrix/*/*']},
Expand Down

0 comments on commit cb128f9

Please sign in to comment.