Skip to content

Commit

Permalink
Fixed Readme, bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed May 14, 2017
1 parent 9a43c77 commit f70bc05
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
25 changes: 18 additions & 7 deletions ThermoPyle/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Thermodynamics Data Generator -- Physics Bridge
## Nick Meyer and Aaron Wangberg
## 2017-02-11
## Version 0.4
==========
ThermoPyle
==========

|plot|

We generate datasets and plots using CoolProp, running under Python.

To Install:
pip install -e .
We generate `datasets <https://github.com/nick5435/thermo-bridge/tree/master/finalData>`_ and `plots <https://github.com/nick5435/thermo-bridge/tree/master/plots>`_ using `CoolProp <http://coolprop.org>`_.
Install the library by runnning `pip install thermopyle`.

Documentation:
|docs|


.. |docs| image:: http://readthedocs.org/projects/thermo-bridge/badge/?version=stable
:alt: Documentation Status
:scale: 100%
:target: http://thermo-bridge.readthedocs.io/en/stable/?badge=stable

.. |plot| image::"https://github.com/nick5435/thermo-bridge/raw/master/plots/TPS.png"
:alt: Sample Plot
:width: 400
7 changes: 4 additions & 3 deletions ThermoPyle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ def readme():

setup(
name='ThermoPyle',
version='0.6.3',
version='0.7.0',
description='Creation of Thermodynamic Surfaces using CoolProp',
long_description=readme(),
url='https://github.com/nick5435/thermo-bridge',
author='Nick Meyer',
author_email='nmeyer14@winona.edu',
license='GPL',
author_email='nmeyer5435@gmail.com',
license='GPLv3+',
packages=find_packages(),
zip_safe=False,
setup_requires=[],
Expand All @@ -35,6 +35,7 @@ def readme():
},
python_requires='>=3.5.0',
include_package_data=True,
keywords="physics mathematics thermodynamics engineering science chemistry state pandas numpy matplotlib",
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.6',
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# built documents.
#
# The short X.Y version.
version = "0.6"
version = "0.7"
# The full version, including alpha/beta/rc tags.
release = "0.6.3"
release = "0.7.0"


sys.path.insert(0, os.path.abspath("../../ThermoPyle/ThermoPyle.py"))
Expand Down

0 comments on commit f70bc05

Please sign in to comment.