Bump version to 0.4.0

This commit is contained in:
Simon Forman
2020-05-17 17:28:52 -07:00
parent a223f95331
commit 889bc7f9ad
41 changed files with 97 additions and 45 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = u'2018, Simon Forman'
author = u'Simon Forman'
# The short X.Y version
version = u'0.3'
version = u'0.4'
# The full version, including alpha/beta/rc tags
release = u'0.3.0'
release = u'0.4.0'
# -- General configuration ---------------------------------------------------