bump version to 0.1.0-dev5
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
"""Compute instances management library."""
 | 
					"""Compute instances management library."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '0.1.0-dev4'
 | 
					__version__ = '0.1.0-dev5'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .config import Config
 | 
					from .config import Config
 | 
				
			||||||
from .instance import CloudInit, Instance, InstanceConfig, InstanceSchema
 | 
					from .instance import CloudInit, Instance, InstanceConfig, InstanceSchema
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ sys.path.insert(0, os.path.abspath('../..'))
 | 
				
			|||||||
project = 'Compute'
 | 
					project = 'Compute'
 | 
				
			||||||
copyright = '2023, Compute Authors'
 | 
					copyright = '2023, Compute Authors'
 | 
				
			||||||
author = 'Compute Authors'
 | 
					author = 'Compute Authors'
 | 
				
			||||||
release = '0.1.0-dev4'
 | 
					release = '0.1.0-dev5'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sphinx general settings
 | 
					# Sphinx general settings
 | 
				
			||||||
extensions = [
 | 
					extensions = [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
[tool.poetry]
 | 
					[tool.poetry]
 | 
				
			||||||
name = 'compute'
 | 
					name = 'compute'
 | 
				
			||||||
version = '0.1.0-dev4'
 | 
					version = '0.1.0-dev5'
 | 
				
			||||||
description = 'Compute instances management library'
 | 
					description = 'Compute instances management library'
 | 
				
			||||||
license = 'GPL-3.0-or-later'
 | 
					license = 'GPL-3.0-or-later'
 | 
				
			||||||
authors = ['ge <ge@nixhacks.net>']
 | 
					authors = ['ge <ge@nixhacks.net>']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user