Skip to content

Commit

Permalink
Updated Readme and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzajac1 committed Feb 27, 2022
1 parent e8ee508 commit 9cd00be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Language](https://img.shields.io/badge/Language-Python-success?style=flat)
![License](https://img.shields.io/badge/License-MIT-informational?style=flat)
![Version](https://img.shields.io/badge/Version-0.0.3-informational?style=flat)
![Version](https://img.shields.io/badge/Version-0.0.4-informational?style=flat)

ZOil is a python library used to generate random Oil and Gas data. Most Oil and Gas data is either propreitary or costly to aquire. ZOil lets you quickly generate an unlimited amount of production data that can be used to for testing, anonymization and much more. ZOil was inspired by the [`Faker`](https://github.com/joke2k/faker) library.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()

VERSION = '0.0.3'
VERSION = '0.0.4'
DESCRIPTION = 'Generates random Oil and Gas Data'

# Setting up
Expand Down

0 comments on commit 9cd00be

Please sign in to comment.