Skip to content

Commit

Permalink
Manually update version for now
Browse files Browse the repository at this point in the history
Signed-off-by: bvandekerkhof <bas.vandekerkhof@shell.com>
  • Loading branch information
bvandekerkhof committed Feb 19, 2024
1 parent 24d01e6 commit 6df1e2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
uses: sede-open/openMCMC/.github/workflows/sonarcloud_analysis.yml@main
needs: Tests
secrets: inherit

ReleaseTag:
uses: sede-open/openMCMC/.github/workflows/release_tagging.yml@main
needs: [CodeFormat, Pydocstyle, Pylint, Tests]
secrets: inherit
#
# ReleaseTag:
# uses: sede-open/openMCMC/.github/workflows/release_tagging.yml@main
# needs: [CodeFormat, Pydocstyle, Pylint, Tests]
# secrets: inherit

Build:
uses: sede-open/openMCMC/.github/workflows/build_package.yml@main
needs: ReleaseTag
needs: [CodeFormat, Pydocstyle, Pylint, Tests]
secrets: inherit

PublishDocs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "openmcmc"
version = "1.0.2"
version = "1.0.3"
description = "openMCMC tools"
authors = ["Bas van de Kerkhof", "Matthew Jones", "Ross Towe", "David Randell"]
homepage = "https://sede-open.github.io/openMCMC/"
Expand Down
2 changes: 1 addition & 1 deletion src/openmcmc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# -*- coding: utf-8 -*-
"""Model module.
This module provides a class definition of the Model class, a dictionary-like collection of distributions to form a
This module provides the class definition of the Model class, a dictionary-like collection of distributions to form a
model.
"""
Expand Down

0 comments on commit 6df1e2c

Please sign in to comment.