diff --git a/dist/moon-1.0.6.tar.gz b/dist/moon-1.0.6.tar.gz new file mode 100644 index 0000000..11633be Binary files /dev/null and b/dist/moon-1.0.6.tar.gz differ diff --git a/moon/dialamoon.py b/moon/dialamoon.py index b2e351c..5c163ab 100644 --- a/moon/dialamoon.py +++ b/moon/dialamoon.py @@ -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 ); diff --git a/setup.py b/setup.py index 17959fa..202bfd7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ 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", @@ -16,7 +16,7 @@ author = 'Sadie Parker', author_email = 'sadiemparker@gmail.com', 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',