Skip to content

Commit

Permalink
💎 Bump to 0.1.0
Browse files Browse the repository at this point in the history
First release!
  • Loading branch information
bryanwweber committed Jan 10, 2017
1 parent 1562390 commit d5800e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Removed

[0.0.1]: https://github.com/bryanwweber/UConnRCMPy/compare/491975d84317abdaf289c01be02567ab33bbc390...v0.0.1
## [0.1.0]
### Added
- First Release

[0.1.0]: https://github.com/bryanwweber/UConnRCMPy/compare/491975d84317abdaf289c01be02567ab33bbc390...v0.1.0
2 changes: 1 addition & 1 deletion thermostate/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('0', '0', '1', '')
__version_info__ = ('0', '1', '0', '')
__version__ = '.'.join(__version_info__[:3])
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit d5800e0

Please sign in to comment.