Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Apr 26, 2024
1 parent b3d8535 commit 2d6c7e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ exclude = ["docs/_build"]

[project]
name = "fluprodia"
version = "2.2"
description = "Create beautiful fluid property diagrams using CoolProp and matplotlib"
dynamic = ["version", "description"]
readme = "README.rst"
authors = [
{name = "Francesco Witte", email = "[email protected]"},
Expand Down
4 changes: 3 additions & 1 deletion src/fluprodia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8
__version__ = '2.2'
"""Create beautiful fluid property diagrams using CoolProp and matplotlib"""

__version__ = '3.0'

from .fluid_property_diagram import FluidPropertyDiagram # noqa: F401

0 comments on commit 2d6c7e3

Please sign in to comment.