Skip to content

Commit

Permalink
Merge pull request #46 from MC-kit/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
dvp2015 authored Sep 13, 2022
2 parents b3c8f96 + ae9d074 commit 17b42d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
draft_release:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v5.20.1
env:
GITHUB_TOKEN: ${{ secrets.MCKIT_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/

- name: Publish the release notes
uses: release-drafter/release-drafter@v5.15.0
uses: release-drafter/release-drafter@v5.20.1
with:
publish: ${{ steps.check-version.outputs.tag != '' }}
tag: ${{ steps.check-version.outputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Note:
Description
-----------

The module implements methods to read, merge, inverse, normalize and plot
The module implements methods to read and manipulate (merge, inverse, scale, etc.)
MCNP mesh tallies and weight meshes.

.. TODO dvp: apply FISPACT v.5 API and describe here.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mckit-meshes"
version = "0.1.2-alpha.1"
version = "0.1.2"
description = "Python tools to work with MCNP meshtallies and weight meshes."
authors = ["dvp2015 <dmitri_portnov@yahoo.com>"]
license = "MIT"
Expand Down

0 comments on commit 17b42d3

Please sign in to comment.