Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 6, 2024
1 parent 6a2ec69 commit 0a0a7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fluprodia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8
"""Create beautiful fluid property diagrams using CoolProp and matplotlib"""

__version__ = '3.3'
__version__ = '3.4'

from .fluid_property_diagram import FluidPropertyDiagram # noqa: F401

0 comments on commit 0a0a7e3

Please sign in to comment.