Skip to content

Commit

Permalink
Making a tiny new release to test if the github actions for releasing…
Browse files Browse the repository at this point in the history
… packages works [testing #428]
  • Loading branch information
carlio committed Aug 28, 2021
1 parent e0fa21d commit f9f6295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prospector/__pkginfo__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version_info__ = (1, 4, 1)
__version_info__ = (1, 4, 1, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit f9f6295

Please sign in to comment.