Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Nov 10, 2020
1 parent 8b83d66 commit 6f778de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='fluprodia',
version='1.0',
version='1.1',
license='MIT',
description='Creating Fluid Proprety Diagrams using CoolProp',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/fluprodia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8
__version__ = '1.0'
__version__ = '1.1'

from .fluid_property_diagram import FluidPropertyDiagram # noqa: F401

0 comments on commit 6f778de

Please sign in to comment.