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

Commit b71ed41

Browse files
committed
v0.1.1
1 parent 7836cc5 commit b71ed41

File tree

4 files changed

+10
-68
lines changed

4 files changed

+10
-68
lines changed

npm/README.md

+4-33
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<p align="center">
2-
<a href="https://tools.codinasion.org/" target="_blank">
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="../readme/lightTxt.png">
5-
<source media="(prefers-color-scheme: light)" srcset="../readme/darkTxt.png">
6-
<img alt="Codinasion tools" src="./src/lightTxt.png" width="350">
7-
</picture>
8-
</a>
9-
</p>
1+
<h1 align="center">Codinasion Tools</h1>
2+
103
<p align="center">
114
A collection of open source tools that can be used to help you in your daily activities.
125
</p>
@@ -17,33 +10,11 @@ A collection of open source tools that can be used to help you in your daily act
1710

1811
</div>
1912

20-
<hr/>
21-
22-
<picture align="center">
23-
<source media="(prefers-color-scheme: dark)" srcset="../readme/darkBg.png">
24-
<source media="(prefers-color-scheme: light)" srcset="../readme/lightBg.png">
25-
<img alt="Codinasion tools" src="./src/lightBg.png">
26-
</picture>
27-
28-
<br/>
29-
<br/>
30-
31-
## Table of Contents
32-
33-
- [Table of Contents](#table-of-contents)
34-
- [Documentation](#documentation)
35-
- [How To Install](#how-to-install)
36-
- [How To Use](#how-to-use)
37-
38-
<br/>
39-
4013
<div align="center">
4114
<img src="https://raw.githubusercontent.com/codinasion/.github/master/assets/rainbow-hr.png" alt="rainbow hr" width="100%" height="70%">
4215
</div>
4316

44-
## Documentation
45-
46-
### How To Install
17+
## How To Install
4718

4819
```bash
4920
npm install codinasion-tools
@@ -53,7 +24,7 @@ npm install codinasion-tools
5324
yarn add codinasion-tools
5425
```
5526

56-
### How To Use
27+
## How To Use
5728

5829
```js
5930
// JavaScript

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codinasion-tools",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Collection of open source tools",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

pip/README.md

+4-33
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<p align="center">
2-
<a href="https://tools.codinasion.org/" target="_blank">
3-
<picture>
4-
<source media="(prefers-color-scheme: dark)" srcset="../readme/lightTxt.png">
5-
<source media="(prefers-color-scheme: light)" srcset="../readme/darkTxt.png">
6-
<img alt="Codinasion tools" src="./src/lightTxt.png" width="350">
7-
</picture>
8-
</a>
9-
</p>
1+
<h1 align="center">Codinasion Tools</h1>
2+
103
<p align="center">
114
A collection of open source tools that can be used to help you in your daily activities.
125
</p>
@@ -17,39 +10,17 @@ A collection of open source tools that can be used to help you in your daily act
1710

1811
</div>
1912

20-
<hr/>
21-
22-
<picture align="center">
23-
<source media="(prefers-color-scheme: dark)" srcset="../readme/darkBg.png">
24-
<source media="(prefers-color-scheme: light)" srcset="../readme/lightBg.png">
25-
<img alt="Codinasion tools" src="./src/lightBg.png">
26-
</picture>
27-
28-
<br/>
29-
<br/>
30-
31-
## Table of Contents
32-
33-
- [Table of Contents](#table-of-contents)
34-
- [Documentation](#documentation)
35-
- [How To Install](#how-to-install)
36-
- [How To Use](#how-to-use)
37-
38-
<br/>
39-
4013
<div align="center">
4114
<img src="https://raw.githubusercontent.com/codinasion/.github/master/assets/rainbow-hr.png" alt="rainbow hr" width="100%" height="70%">
4215
</div>
4316

44-
## Documentation
45-
46-
### How To Install
17+
## How To Install
4718

4819
```bash
4920
pip install codinasion-tools
5021
```
5122

52-
### How To Use
23+
## How To Use
5324

5425
```python
5526
from codinasion_tools import ConvertDecimalToBinary

pip/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="codinasion-tools",
8-
version="0.1.0",
8+
version="0.1.1",
99
author="Harsh Raj",
1010
author_email="[email protected]",
1111
description="A collection of useful open source tools",

0 commit comments

Comments
 (0)