Skip to content

Commit

Permalink
updated visjobs to v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
donmezkutay committed Apr 3, 2021
1 parent a5d07f2 commit fc42865
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using visjobs getting the Latest Atmospheric Model, Reanalysis, Observation data
- datetime

#### 1.2. Pypi Installation
- pip install visjobs
- pip install visjobs==0.0.15

#### 1.3. Github Clone
- git clone https://github.com/donmezkutay/visjobs
Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="visjobs", # Replace with your own username
version="0.0.14",
version="0.0.15",
author="Kutay Donmez & Berkay Donmez",
author_email="[email protected]",
description="Get The Latest Atmospheric Model Data | Analyse | Visualize Easily",
description="Get The Latest Atmospheric Model Data | Analyze | Visualize Easily",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/donmezkutay/visjobs",
Expand Down

0 comments on commit fc42865

Please sign in to comment.