Skip to content

Commit

Permalink
fix(pyproject.toml): correct version number
Browse files Browse the repository at this point in the history
While fixing merge conflict, the version number was accidentally reverted an increment. This has been corrected.
  • Loading branch information
rbpatt2019 committed Dec 23, 2021
1 parent d603a6c commit 0b01aea
Showing 1 changed file with 1 addition and 1 deletion.
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 = "LipidTA"
version = "0.12.1"
version = "0.12.2"
packages=[{include = "lta"}]
description = "Lipid Trafficking Analysis"
license = "MIT"
Expand Down

0 comments on commit 0b01aea

Please sign in to comment.