Skip to content

Commit 0cd52b0

Browse files
Update package version in setup.py
Issue: #10
1 parent 9cb6082 commit 0cd52b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](docs/assets/1build-logo.png)
1+
![Logo](https://github.com/gopinath-langote/1build/blob/master/docs/assets/1build-logo.png?raw=true)
22

33

44
[![PyPi Version](https://img.shields.io/pypi/v/1build.svg)](https://pypi.org/project/1build/)

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
long_description = fh.read()
55
setuptools.setup(
66
name='1build',
7-
version='0.0.3',
7+
version='0.0.4',
88
scripts=['1build'],
99
license="MIT License",
1010
author="Gopinath Langote",
1111
install_requires=[
1212
'ruamel.yaml>=0.15.94'
1313
],
1414
author_email="[email protected]",
15-
description="Unified build command for all project using underlying different build tools.",
15+
description="Frictionless way of managing project-specific commands.",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
url="https://github.com/gopinath-langote/1build",

0 commit comments

Comments
 (0)