Skip to content

Commit

Permalink
Merge pull request #41 from mrocamora/dev
Browse files Browse the repository at this point in the history
fixed version name
  • Loading branch information
mrocamora committed Dec 9, 2021
2 parents 74ae60e + 037ccf2 commit 982af4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import sys
import importlib

short_version = '0.1'
version = '0.1.5'
short_version = 'v0.1'
version = 'v0.1.5'


def __get_mod_version(modname):
Expand Down

0 comments on commit 982af4d

Please sign in to comment.