Skip to content

Commit

Permalink
Release v1.0.1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 authored Dec 15, 2020
1 parent 4aa77c2 commit 7a7a9f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v1.0.1 (2020-12-15)

- Add pre-commit, thanks to [@chrisjsewell ](https://github.com/chrisjsewell).
- Update setup.py, thanks to [@chrisjsewell ](https://github.com/chrisjsewell).

## v1.0.0 (2020-11-11)

- Update README.md
Expand Down
2 changes: 1 addition & 1 deletion uc_micro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .categories import Cc, Cf, P, Z
from .properties import Any

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 7a7a9f4

Please sign in to comment.