Skip to content

Commit

Permalink
Bumped Version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yubarajshrestha committed Jul 9, 2022
1 parent 2fdcf09 commit 9829807
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 64 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When contributing to this repository, **please first discuss the change you wish

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

1. Fork the `https://github.com/yubarajshrestha/masonite-instant-articles` repo.
1. Fork the `https://github.com/py-package/masonite-instant-articles` repo.
2. Clone that repo into your computer: `git clone http://github.com/your-username/masonite-instant-articles.git`.
3. Checkout the current release branch \(example: `master`\).
4. Run `git pull origin master` to get the current release version.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<p align="center">

<img alt="GitHub Workflow Status" src="https://github.com/yubarajshrestha/masonite-instant-articles/actions/workflows/python-package.yml/badge.svg">
<img alt="GitHub Workflow Status" src="https://github.com/py-package/masonite-instant-articles/actions/workflows/python-package.yml/badge.svg">
<img alt="PyPI" src="https://img.shields.io/pypi/v/masonite-instant-article">
<img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python Version">
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/yubarajshrestha/masonite-instant-articles">
<img alt="License" src="https://img.shields.io/github/license/yubarajshrestha/masonite-instant-articles">
<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>
<img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/py-package/masonite-instant-articles">
<img alt="License" src="https://img.shields.io/github/license/py-package/masonite-instant-articles">
<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>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

Expand Down
56 changes: 0 additions & 56 deletions config/database.py

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.0.8',
version='0.1.1',
packages=[
'instant_article',
'instant_article.config',
Expand All @@ -24,10 +24,10 @@
long_description=long_description,
long_description_content_type="text/markdown",
# The project's main homepage.
url="https://github.com/yubarajshrestha/masonite-instant-articles",
url="https://github.com/py-package/masonite-instant-articles",
# Author details
author='Yubaraj Shrestha',
author_email='companion.krish@outlook.com',
author_email='yubaraj@pypackage.com',
# Choose your license
license='MIT',
# If your package should include things you specify in your MANIFEST.in file
Expand Down

0 comments on commit 9829807

Please sign in to comment.