Skip to content

Commit f9f2a15

Browse files
authored
Merge pull request #104 from zmeri/improve_flash
update docs and version number
2 parents ba79441 + 0664b83 commit f9f2a15

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Zach Baird'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.0.1'
25+
release = '1.4.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pcsaft.pcsaft\_lnfugcoef
2+
======================
3+
4+
.. currentmodule:: pcsaft
5+
6+
.. autofunction:: pcsaft_lnfugcoef

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
install_requires = f.read().splitlines()
2525

2626
setup(name='pcsaft',
27-
version='1.4.0',
27+
version='1.4.1',
2828
author="Zach Baird",
2929
description="The PC-SAFT equation of state, including dipole, association and ion terms.",
3030
long_description=long_description,

0 commit comments

Comments
 (0)