Skip to content

Commit

Permalink
Release v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Sep 18, 2017
1 parent cedd929 commit a7442d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instaLooter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = "althonos"
__author_email__ = "martin.larralde@ens-cachan.fr"
__version__ = "0.13.1"
__version__ = "0.13.2"
__license___ = "GPL-3+"

try:
Expand Down

2 comments on commit a7442d5

@polyzen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.10.2 is still marked as the latest release.

@althonos
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks. I don't pay much attention to GitHub releases though since I have to update them manually and PyPI is a better repository for releases anyway.

Please sign in to comment.