Bump version number in develop branch to 1.0.1dev.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -6,3 +6,4 @@ docs/_build/
 | 
				
			|||||||
*.swp
 | 
					*.swp
 | 
				
			||||||
.tox/
 | 
					.tox/
 | 
				
			||||||
.coverage
 | 
					.coverage
 | 
				
			||||||
 | 
					sleekxmpp.egg-info/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,5 +9,5 @@
 | 
				
			|||||||
# We don't want to have to import the entire library
 | 
					# We don't want to have to import the entire library
 | 
				
			||||||
# just to get the version info for setup.py
 | 
					# just to get the version info for setup.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '1.0'
 | 
					__version__ = '1.0.1dev'
 | 
				
			||||||
__version_info__ = (1, 0, 0, '', 0)
 | 
					__version_info__ = (1, 0, 1, 'dev', 0)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user