Skip to content

Commit

Permalink
Updated version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krolken committed Jun 12, 2019
1 parent 488df4a commit 33a98fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Expand Up @@ -21,6 +21,12 @@ and this project adheres to `Semantic Versioning: https://semver.org/spec/v2.0.0
### Security


# v.0.0.2 (2019-06-12)

### Fixed

Issue `#2` Dependency problems when installing.

# v0.0.1 (2019-06-04)

Initial implementation of IEC 62056-21 with focus on supporting LIS 200 derivative
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
EMAIL = "henrik@pwit.se"
AUTHOR = "Henrik Palmlund Wahlgren @ Palmlund Wahlgren Innovative Technology AB"
REQUIRES_PYTHON = "~=3.6"
VERSION = "0.0.1"
VERSION = "0.0.2"

# What packages are required for this module to be executed?
REQUIRED = ["attrs>=19.1.0", "pyserial>=3.4"]
Expand Down

0 comments on commit 33a98fd

Please sign in to comment.