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 9595# |version| and |release|, also used in various other places throughout the 
9696# built documents. 
9797# 
98- __version__  =  "0.2.1 " 
98+ __version__  =  "0.3.0 " 
9999# The short X.Y version. 
100100version_parsed  =  parse_version (__version__ )
101101version  =  f"{ version_parsed .major }  .{ version_parsed .minor }  "   # type:ignore[union-attr] 
Original file line number Diff line number Diff line change 1- __version__  =  "0.2.1 " 
1+ __version__  =  "0.3.0 " 
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ ignore_missing_imports = true
9696skip  = [" check-links"  ]
9797
9898[tool .tbump .version ]
99- current  = " 0.2.1 " 
99+ current  = " 0.3.0 " 
100100regex  = ''' 
101101  (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) 
102102  ((?P<channel>a|b|rc|.dev)(?P<release>\d+))? 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments