Skip to content

Commit a929f5f

Browse files
Smart Random v0.0.3
1 parent 09ddf89 commit a929f5f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# smartrandom <sup>v0.0.2</sup>
1+
# smartrandom <sup>v0.0.3</sup>
22
---
33

44
## Random Data Generators:
@@ -7,6 +7,14 @@ Allows you to generate random strings of a given length from letters, numbers, s
77
Helps to generate passwords, service codes (for example, for sending via SMS), hashes and much more.
88
---
99

10+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/smartlegionlab/smartrandom)](https://github.com/smartlegionlab/smartrandom/)
11+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/smartrandom?label=pypi%20downloads)](https://pypi.org/project/smartrandom/)
12+
![GitHub top language](https://img.shields.io/github/languages/top/smartlegionlab/smartrandom)
13+
[![PyPI](https://img.shields.io/pypi/v/smartrandom)](https://pypi.org/project/smartrandom)
14+
[![GitHub](https://img.shields.io/github/license/smartlegionlab/smartrandom)](https://github.com/smartlegionlab/smartrandom/blob/master/LICENSE)
15+
[![PyPI - Format](https://img.shields.io/pypi/format/smartrandom)](https://pypi.org/project/smartrandom)
16+
17+
1018
## Help:
1119

1220
```python

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = smartrandom
3-
version = 0.0.2
3+
version = attr: smartrandom.__version__
44
author = A.A Suvorov
55
author_email = [email protected]
66
description = Random Data Generators

smartrandom/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
# https://github.com/smartlegionlab
88
# --------------------------------------------------------
99
"""Smart Random"""
10+
__version__ = '0.0.3'

0 commit comments

Comments
 (0)