Skip to content

Commit

Permalink
Prepare 0.1.12 release
Browse files Browse the repository at this point in the history
 - Bump versions in setup.py, README.md
 - Add boto3 as requirements
  • Loading branch information
plant99 committed Sep 29, 2020
1 parent 184d159 commit ab3bc79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To get a better Landsat image using felicette use:
-------------------------
### Latest release

[0.1.10](https://github.com/plant99/felicette/releases/tag/0.1.10)
[0.1.12](https://github.com/plant99/felicette/releases/tag/0.1.12)


-------------------------
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ tqdm==4.48.0
rasterio==1.1.5
rio-color==1.0.0
pillow==7.2.0
opencv-python==4.3.0.36
opencv-python==4.3.0.36
boto3==1.14.21
12 changes: 3 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"rio-color==1.0.0",
"pillow==7.2.0",
"opencv-python==4.3.0.36",
"boto3==1.14.21"
]

setup(
name="felicette",
version="0.1.10",
version="0.1.12",
url="https://github.com/plant99/felicette",
license="MIT",
author="Shivashis Padhi",
Expand All @@ -35,22 +36,15 @@
entry_points={"console_scripts": ["felicette = felicette.cli:main",],},
classifiers=[
# As from http:https://pypi.python.org/pypi?%3Aaction=list_classifiers
# 'Development Status :: 1 - Planning',
# "Development Status :: 2 - Pre-Alpha",
"Development Status :: 3 - Alpha",
# 'Development Status :: 4 - Beta',
# 'Development Status :: 5 - Production/Stable',
# 'Development Status :: 6 - Mature',
# 'Development Status :: 7 - Inactive',
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down

0 comments on commit ab3bc79

Please sign in to comment.