Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-prodigy committed Jan 26, 2020
1 parent d9af3df commit b523509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.10.0
Version 0.10.1
==============

Released January 25, 2020
Expand Down
2 changes: 1 addition & 1 deletion holidays/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from holidays.holiday_base import HolidayBase, createHolidaySum
from holidays.utils import list_supported_countries, CountryHoliday

__version__ = '0.10.0'
__version__ = '0.10.1'
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
if not version:
raise RuntimeError('Cannot find version information')


setup(
name='holidays',
version=version,
Expand All @@ -33,9 +32,8 @@
maintainer='dr-prodigy',
maintainer_email='maurizio.montel@gmail.com',
url='https://github.com/dr-prodigy/python-holidays',
bugtrack_url='https://github.com/dr-prodigy/python-holidays/issues',
packages=['holidays', 'holidays/countries'],
license='MIT',
py_modules=['holidays'],
description='Generate and work with holidays in Python',
long_description=codecs.open('README.rst', encoding='utf-8').read(),
install_requires=['python-dateutil', 'six', 'convertdate'],
Expand Down

0 comments on commit b523509

Please sign in to comment.