Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 2e8cc77

Browse files
committed
Merge branch 'bugfix'
2 parents fe8670d + 6f24e24 commit 2e8cc77

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

gist/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.2" # noqa
1+
__version__ = "0.10.3" # noqa

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "gist"
3-
version = "0.10.2"
2+
name = "python-gist"
3+
version = "0.10.3"
44
description = "Manage github gists"
55
authors = ["Joshua Downer <joshua.downer@gmail.com>"]
66
license = "MIT"
@@ -27,6 +27,10 @@ classifiers = [
2727
"Topic :: Software Development :: Version Control",
2828
"Topic :: Utilities",
2929
]
30+
packages = [
31+
{include = "gist"},
32+
]
33+
3034

3135
[tool.poetry.dependencies]
3236
python = "^3.6"

0 commit comments

Comments
 (0)