Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chocoelho committed Jul 1, 2020
1 parent d8a9800 commit 70bbadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (1, 3, 0, "dev6")
__version_info__ = (1, 3, 0)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 70bbadf

Please sign in to comment.