File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
99
1010set (TFLOGGER_VERSION_MAJOR 1)
1111set (TFLOGGER_VERSION_MINOR 0)
12- set (TFLOGGER_VERSION_PATCH 0 )
12+ set (TFLOGGER_VERSION_PATCH 1 )
1313set (TFLOGGER_VERSION "${TFLOGGER_VERSION_MAJOR} .${TFLOGGER_VERSION_MINOR} .${TFLOGGER_VERSION_PATCH} " )
1414
1515set (TFLOGGER_SOVERSION_MAJOR 1)
Original file line number Diff line number Diff line change 88from setuptools .command .build_ext import build_ext
99from distutils .version import LooseVersion
1010from distutils import dir_util , file_util
11- from distutils .command .sdist import sdist
1211
1312
1413class CMakeExtension (Extension ):
1514 def __init__ (self , name , sourcedir = '' ):
1615 Extension .__init__ (self , name , sources = [])
1716 self .sourcedir = os .path .abspath (sourcedir )
18-
19- class (sdist ):
20- def __init__ ():
21-
22- self .template =
2317class CMakeBuild (build_ext ):
2418 def run (self ):
2519 try :
@@ -69,7 +63,7 @@ def build_extension(self, ext):
6963
7064setup (
7165 name = 'tflogger' ,
72- version = '1.0.0 ' ,
66+ version = '1.0.1 ' ,
7367 author = 'Viktor Gal' ,
7468 author_email = 'viktor.gal@maeth.com' ,
7569 url = 'https://github.com/shogun-toolbox/tflogger' ,
You can’t perform that action at this time.
0 commit comments