Skip to content

Commit

Permalink
bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Dec 3, 2020
1 parent 168c6b1 commit 03aca66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 0.3.4

- Bug fix: Do the proper null check (thx @NiallRees)

### 0.3.3

- Bug fix: Don't overwrite config when arg value is none
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.3.3"
VERSION = "0.3.4"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 03aca66

Please sign in to comment.