Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Dec 5, 2020
1 parent 034fcd9 commit ad32b57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tweetrel
# How to tweet your releases
> Send a tweet to let people know when you release software on GitHub.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

title: tweetrel
title: How to tweet your releases


keywords: fastai
Expand Down
2 changes: 1 addition & 1 deletion index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# tweetrel\n",
"# How to tweet your releases\n",
"\n",
"> Send a tweet to let people know when you release software on GitHub."
]
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ author = Jeremy Howard
author_email = [email protected]
copyright = fastai
branch = master
version = 0.0.1
version = 0.0.3
min_python = 3.6
audience = Developers
language = English
Expand Down
2 changes: 1 addition & 1 deletion tweetrel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

from . import core
from .core import *
Expand Down

0 comments on commit ad32b57

Please sign in to comment.