Skip to content

Commit

Permalink
real v1.1 - published on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
cadu-leite committed Sep 13, 2021
1 parent cc074fb commit 437894b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="python-networkdays",
version="1.0.2",
version="1.1",

author="Carlos Leite",
author_email="caduado@gmail.com",
Expand Down

0 comments on commit 437894b

Please sign in to comment.