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

Commit

Permalink
remove v, bump release (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Aug 3, 2022
1 parent 2ed0d19 commit 5164ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yahp/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" YAHP Versioning """
__version_major__ = 0
__version_minor__ = 1
__version_patch__ = 2
__version__ = f'v{__version_major__}.{__version_minor__}.{__version_patch__}'
__version_patch__ = 3
__version__ = f'{__version_major__}.{__version_minor__}.{__version_patch__}'

0 comments on commit 5164ad6

Please sign in to comment.