Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Jun 22, 2020
1 parent 86a559f commit 6ab8bce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Release history
- Removed
- Fixed
0.1.0 (unreleased)
==================
0.1.0 (June 22, 2020)
=====================

Initial release of LMU 0.1.0! Supports Python 3.5+.

Expand Down
2 changes: 1 addition & 1 deletion lmu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "lmu"
version_info = (0, 1, 0) # (major, minor, patch)
dev = 0
dev = None

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit 6ab8bce

Please sign in to comment.