Skip to content

Commit 1e04839

Browse files
authored
Merge pull request #120 from j-c-cook/version0.3.1Release
Version 0.3.1 release
2 parents df38031 + c610a12 commit 1e04839

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ in:
1515
- Fixes - for any bug fixes
1616
- Documentation - for changes to the package that are purely for purposes of documentation
1717

18-
## Current version
18+
## Version 0.3.1
1919

2020
### Bug fixes
2121

requirements.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
pygfunction>=2.1
2-
numpy>=1.19.2
3-
scipy>=1.6.2
4-
matplotlib>=3.3.4
5-
coolprop>=6.4.1
62
pandas>=1.3.2
73
openpyxl>=3.0.8
84
opencv-python==4.5.4.58

setup.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,18 @@
77

88
setup(name='ghedt',
99
install_requires=['pygfunction>=2.1',
10-
'matplotlib>=3.3.4',
11-
'numpy>=1.19.2',
12-
'Pillow>=8.1.0',
13-
'scipy>=1.6.2',
1410
'pandas>=1.3.2',
15-
'natsort>=7.1.1',
1611
'openpyxl>=3.0.8',
17-
'coolprop>=6.4.1',
1812
'opencv-python==4.5.4.58'],
1913
url='https://github.com/j-c-cook/ghedt',
20-
download_url='https://github.com/j-c-cook/ghedt/archive/v0.2.tar.gz',
14+
download_url='https://github.com/j-c-cook/ghedt/archive/v0.3.1.tar.gz',
2115
long_description=long_description,
2216
long_description_content_type='text/markdown',
23-
version='0.3',
17+
version='0.3.1',
2418
packages=find_packages(),
2519
include_package_data=True,
2620
author='Jack C. Cook',
27-
author_email='jack.cook@okstate.edu',
21+
author_email='jack-c-cook@protonmail.com',
2822
description='A ground heat exchanger design tool with the advanced and '
2923
'unmatched capability of automatic borehole field selection '
3024
'based on drilling geometric land constraints.')

0 commit comments

Comments
 (0)