Skip to content

Commit

Permalink
Update package version in setup.py
Browse files Browse the repository at this point in the history
Issue: #10
  • Loading branch information
gopinath-langote committed May 13, 2019
1 parent 9cb6082 commit 0cd52b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](docs/assets/1build-logo.png)
![Logo](https://github.com/gopinath-langote/1build/blob/master/docs/assets/1build-logo.png?raw=true)


[![PyPi Version](https://img.shields.io/pypi/v/1build.svg)](https://pypi.org/project/1build/)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
long_description = fh.read()
setuptools.setup(
name='1build',
version='0.0.3',
version='0.0.4',
scripts=['1build'],
license="MIT License",
author="Gopinath Langote",
install_requires=[
'ruamel.yaml>=0.15.94'
],
author_email="gopinathlangote11@gmail.com",
description="Unified build command for all project using underlying different build tools.",
description="Frictionless way of managing project-specific commands.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/gopinath-langote/1build",
Expand Down

0 comments on commit 0cd52b0

Please sign in to comment.