Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Make versioning consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Aug 31, 2017
1 parent 14756fc commit 2d4a563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vminute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .vminute import main
import sys
__version__ = "v0.2.15"
__version__ = "0.2.18"


def main_main():
Expand Down

0 comments on commit 2d4a563

Please sign in to comment.