Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit e9e4317

Browse files
committed
Prepare 0.1.12 release
- Bump versions in setup.py, README.md - Add boto3 as requirements
1 parent 56fb914 commit e9e4317

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To get a better Landsat image using felicette use:
122122
-------------------------
123123
### Latest release
124124

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

127127

128128
-------------------------

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ tqdm==4.48.0
66
rasterio==1.1.5
77
rio-color==1.0.0
88
pillow==7.2.0
9-
opencv-python==4.3.0.36
9+
opencv-python==4.3.0.36
10+
boto3==1.14.21

setup.py

+3-9
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"rio-color==1.0.0",
1717
"pillow==7.2.0",
1818
"opencv-python==4.3.0.36",
19+
"boto3==1.14.21"
1920
]
2021

2122
setup(
2223
name="felicette",
23-
version="0.1.10",
24+
version="0.1.12",
2425
url="https://github.com/plant99/felicette",
2526
license="MIT",
2627
author="Shivashis Padhi",
@@ -35,22 +36,15 @@
3536
entry_points={"console_scripts": ["felicette = felicette.cli:main",],},
3637
classifiers=[
3738
# As from http://pypi.python.org/pypi?%3Aaction=list_classifiers
38-
# 'Development Status :: 1 - Planning',
39-
# "Development Status :: 2 - Pre-Alpha",
4039
"Development Status :: 3 - Alpha",
41-
# 'Development Status :: 4 - Beta',
42-
# 'Development Status :: 5 - Production/Stable',
43-
# 'Development Status :: 6 - Mature',
44-
# 'Development Status :: 7 - Inactive',
4540
"Environment :: Console",
46-
"Intended Audience :: Developers",
41+
"Intended Audience :: Science/Research",
4742
"License :: OSI Approved :: MIT License",
4843
"Operating System :: POSIX",
4944
"Operating System :: MacOS",
5045
"Operating System :: Unix",
5146
"Operating System :: Microsoft :: Windows",
5247
"Programming Language :: Python",
53-
"Programming Language :: Python :: 2",
5448
"Programming Language :: Python :: 3",
5549
"Topic :: Software Development :: Libraries :: Python Modules",
5650
],

0 commit comments

Comments
 (0)