chore(release): 0.5.1
Some checks failed
gitea-physics/pdme/pipeline/head This commit looks good
gitea-physics/pdme/pipeline/tag There was a failure building this commit

This commit is contained in:
2022-03-05 17:19:32 -06:00
parent 7903038174
commit 738cc5173b
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.5.1](https://gitea.deepak.science:2222/physics/pdme/compare/0.5.0...0.5.1) (2022-03-05)
### Bug Fixes
* Fixes typo ([31762de](https://gitea.deepak.science:2222/physics/pdme/commit/31762de69785b9c25704605b132c52036ad6dad3))

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdme"
version = "0.5.0"
version = "0.5.1"
description = "Python dipole model evaluator"
authors = ["Deepak <dmallubhotla+github@gmail.com>"]
license = "GPL-3.0-only"