Skip to content

Commit

Permalink
Update __version__.py (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
michadenheijer committed Mar 4, 2021
1 parent d7d9f74 commit bb36bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynytimes/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "pynytimes"
__description__ = "A Python wrapper for (most) New York Times APIs"
__url__ = "https://github.com/michadenheijer/pynytimes"
__version__ = "0.6.0"
__version__ = "0.6.1"
__author__ = "Micha den Heijer"
__author_email__ = "[email protected]"
__license__ = "MIT"
Expand Down

0 comments on commit bb36bdf

Please sign in to comment.