Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 13, 2020
1 parent f55a4da commit 71d9887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghscard/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__author__ = "Tsuyoshi Hombashi"
__copyright__ = "Copyright 2017-{}, {}".format(datetime.now().year, __author__)
__license__ = "MIT License"
__version__ = "0.4.0"
__version__ = "0.4.1"
__maintainer__ = __author__
__email__ = "tsuyoshi.hombashi@gmail.com"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghscard",
"version": "0.4.0",
"version": "0.4.1",
"description": "ghscard is a JavaScript widget to generate interactive GitHub user/repository/organization cards for static web pages (like GitHub pages).",
"main": "index.js",
"watch": {
Expand Down

0 comments on commit 71d9887

Please sign in to comment.