Skip to content

Commit

Permalink
Merge pull request #76 from j-c-cook/issue70_BumptoV0.1
Browse files Browse the repository at this point in the history
Bump changelog and setup to version 0.1
  • Loading branch information
j-c-cook authored Jan 16, 2022
2 parents 90ad276 + 59637e7 commit 2a1238e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ non-exhaustive list of the possible categories issues could fall in:
- Removed - for removed features
- Fixes - for any bug fixes
- Documentation - for changes to the package that are purely for purposes of documentation
## Current version

## Version 0.1

### Documentation

Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
'coolprop>=6.4.1',
'opencv-python==4.5.4.58'],
url='https://github.com/j-c-cook/ghedt',
download_url='https://github.com/j-c-cook/ghedt/archive/v0.1-beta.01.tar.gz',
download_url='https://github.com/j-c-cook/ghedt/archive/v0.1.tar.gz',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.1-beta.01',
version='0.1',
packages=find_packages(),
include_package_data=True,
author='Jack C. Cook',
author_email='[email protected]',
description='A ground heat exchanger design tool with the advanced and unmatched capability of automatic '
'borehole field selection.')
description='A ground heat exchanger design tool with the advanced and '
'unmatched capability of automatic borehole field selection '
'based on drilling geometric land constraints.')

0 comments on commit 2a1238e

Please sign in to comment.