File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616from  .communication  import  schema_version 
1717
1818__author__  =  """RedRem95""" 
19- __version__  =  '0.10.2 ' 
19+ __version__  =  '0.10.3 ' 
2020__schema_version__  =  schema_version 
2121
2222logger .info (f"Loading j-chess-lib v-{ __version__ }   by { __author__ }  . Using schema-version v-{ schema_version }  " )
Original file line number Diff line number Diff line change 11[bumpversion] 
2- current_version  = 0.10.2 
2+ current_version  = 0.10.3 
33commit  = True
44tag  = True
55
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def run(self) -> None:
112112    test_suite = 'tests' ,
113113    tests_require = test_requirements ,
114114    url = 'https://github.com/RedRem95/j_chess_lib' ,
115-     version = '0.10.2 ' ,
115+     version = '0.10.3 ' ,
116116    zip_safe = True ,
117117    cmdclass = cmd_classes ,
118118)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments