Skip to content

Commit bffabd6

Browse files
committed
release
1 parent 3633344 commit bffabd6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ You can save the current image to disk with the method `moon.save_to_disk('filen
7878

7979
Please feel free to post bugs, suggestions and feature requests on this repo. This will be my first time creating and maintaining a python package, and I am receptive to any recommendations or PRs.
8080

81-
## 2021-01-24
81+
## 1.1.2 2021-01-24
8282
- can include `hour` parameter in `Moon.set_moon_phase()`
83+
## 1.1.3 2021-05-01
84+
- update numpy and opencv-python versions
85+
- fix lru_cache decorator to fix issue #4
8386

8487
## todo
8588
- check whether there are edge cases where json mooninfo or date attributes might not match the currently requested moon phase

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
setup(
99
name = 'moon',
1010
packages = find_packages(),
11-
version = '1.1.2',
11+
version = '1.1.3',
1212
license='MIT',
1313
description = 'Gets moon visualizations courtesy of NASA/Ernie Wright',
1414
long_description_content_type="text/markdown",
1515
long_description = long_description,
1616
author = 'Sadie Parker',
1717
author_email = '[email protected]',
1818
url = 'https://github.com/spacerest/moon',
19-
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_2.tar.gz',
19+
download_url = 'https://github.com/spacerest/moon/archive/v_1_1_3.tar.gz',
2020
keywords = ['MOON', 'ART'],
2121
install_requires=[
2222
'numpy~=1.20.2',

0 commit comments

Comments
 (0)