diff --git a/README.rst b/README.rst index 3ab0f5e..0efa599 100644 --- a/README.rst +++ b/README.rst @@ -140,7 +140,8 @@ List business days, weekends and Holidays class Networkdays.jobschedule ----------------------------- -.. code:: python +.. code-block:: python + >>> from networkdays import networkdays >>> import datetime >>> # Distribute the 600 hrs of effort, starting on december 1, 2020 working 8hrs per day. diff --git a/setup.py b/setup.py index 06b777e..360017c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="python-networkdays", - version="1.0.2", + version="1.1", author="Carlos Leite", author_email="caduado@gmail.com",