Skip to content

Commit

Permalink
add readme, fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pajeeloy committed Jul 14, 2022
1 parent 72e2d55 commit f156ab7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
.ipynb_checkpoints
.coverage
.mypy_cache
**/.egg-info
.egg-info
pyvaporation.egg-info
article_figures.py
article_code_examples.py

__pycache__

tests/temp
dist/

*.ipynb
.DS_Store
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
setup(
name="pyvaporation",
packages=["pyvaporation"],
version="0.2.0",
version="1.1.0",
license="Apache license 2.0",
description="Set of tools for modelling pervaporation processes",
author="Denis Sapegin, Aleksei Chekmachev",
author_email="a.checkmachev@gmail.com",
url="https://github.com/Membrizard/PyVaporation",
download_url="https://github.com/Membrizard/PyVaporation/archive/refs/tags/v0.2.0.tar.gz",
download_url="https://github.com/Membrizard/PyVaporation/archive/refs/tags/v1.1.0.tar.gz",
long_description=open('README.md', 'r').read(),
long_description_content_type="text/markdown",
keywords=[
"pervaporation",
Expand Down

0 comments on commit f156ab7

Please sign in to comment.