Skip to content

Commit

Permalink
Use correct version number
Browse files Browse the repository at this point in the history
Change-Id: I623b94fc9e06e2123f6cd7a82c53fe0e26b28ba0
  • Loading branch information
Benoît Coste committed Dec 11, 2018
1 parent 740e3e8 commit 3ba1d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import os
from setuptools import setup
from setuptools import find_packages
import imp
import pip

VERSION = '1.0.0'
VERSION = imp.load_source("tns.version", "tns/version.py").VERSION

config = {
'version': VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tns/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" tns version """
VERSION = "0.2.dev"
VERSION = "1.0.0"

0 comments on commit 3ba1d51

Please sign in to comment.