Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spacerest committed Jan 2, 2020
1 parent 29d0d04 commit 0dd01d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added dist/moon-1.0.6.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion moon/dialamoon.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def determine_datetime(self, relative_date="today", date=None):
def set_nasa_frame_id(self):
#code logic courtesy of Ernie Wright
year = self.datetime.year
//todo - check why we're checking that the year isn't 2019
#todo - check why we're checking that the year isn't 2019
if (year != 2019):
moon_imagenum = 1
janone = datetime(year, 1, 1, 0, 0, 0, 0, tzinfo=timezone.utc );
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'moon',
packages = find_packages(),
version = '1.0.5',
version = '1.0.6',
license='MIT',
description = 'Gets moon visualizations courtesy of NASA/Ernie Wright',
long_description_content_type="text/markdown",
long_description = long_description,
author = 'Sadie Parker',
author_email = '[email protected]',
url = 'https://github.com/spacerest/moon',
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_5.tar.gz',
download_url = 'https://github.com/spacerest/moon/archive/v_1_0_6.tar.gz',
keywords = ['MOON', 'ART'],
install_requires=[
'numpy~=1.16',
Expand Down

0 comments on commit 0dd01d8

Please sign in to comment.