Skip to content

Commit 9829807

Browse files
Bumped Version to 0.1.1
1 parent 2fdcf09 commit 9829807

File tree

4 files changed

+8
-64
lines changed

4 files changed

+8
-64
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When contributing to this repository, **please first discuss the change you wish
1010

1111
First you should configure your local environment to be able to make changes in this package.
1212

13-
1. Fork the `https://github.com/yubarajshrestha/masonite-instant-articles` repo.
13+
1. Fork the `https://github.com/py-package/masonite-instant-articles` repo.
1414
2. Clone that repo into your computer: `git clone http://github.com/your-username/masonite-instant-articles.git`.
1515
3. Checkout the current release branch \(example: `master`\).
1616
4. Run `git pull origin master` to get the current release version.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<p align="center">
88

9-
<img alt="GitHub Workflow Status" src="https://github.com/yubarajshrestha/masonite-instant-articles/actions/workflows/python-package.yml/badge.svg">
9+
<img alt="GitHub Workflow Status" src="https://github.com/py-package/masonite-instant-articles/actions/workflows/python-package.yml/badge.svg">
1010
<img alt="PyPI" src="https://img.shields.io/pypi/v/masonite-instant-article">
1111
<img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python Version">
12-
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/yubarajshrestha/masonite-instant-articles">
13-
<img alt="License" src="https://img.shields.io/github/license/yubarajshrestha/masonite-instant-articles">
14-
<a href="https://github.com/yubarajshrestha/masonite-instant-article/stargazers"><img alt="star" src="https://img.shields.io/github/stars/yubarajshrestha/masonite-instant-articles" /></a>
12+
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/py-package/masonite-instant-articles">
13+
<img alt="License" src="https://img.shields.io/github/license/py-package/masonite-instant-articles">
14+
<a href="https://github.com/py-package/masonite-instant-article/stargazers"><img alt="star" src="https://img.shields.io/github/stars/py-package/masonite-instant-articles" /></a>
1515
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
1616
</p>
1717

config/database.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version='0.0.8',
11+
version='0.1.1',
1212
packages=[
1313
'instant_article',
1414
'instant_article.config',
@@ -24,10 +24,10 @@
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",
2626
# The project's main homepage.
27-
url="https://github.com/yubarajshrestha/masonite-instant-articles",
27+
url="https://github.com/py-package/masonite-instant-articles",
2828
# Author details
2929
author='Yubaraj Shrestha',
30-
author_email='companion.krish@outlook.com',
30+
author_email='yubaraj@pypackage.com',
3131
# Choose your license
3232
license='MIT',
3333
# If your package should include things you specify in your MANIFEST.in file

0 commit comments

Comments
 (0)