Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jun 30, 2017
1 parent d0eb5a6 commit 31b36ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pywal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pathlib


__version__ = "0.3.1"
__version__ = "0.3.2"


# Internal variables.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
},
python_requires=">=3.6",
test_suite="tests",
include_package_data=True
)

0 comments on commit 31b36ef

Please sign in to comment.