diff --git a/configure.ac b/configure.ac
index 43e7202..61e3fc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
along with Emacs-Guix. If not, see .
]])
-AC_INIT([Emacs-Guix], [0.3.2], [alezost@gmail.com], [emacs-guix],
+AC_INIT([Emacs-Guix], [0.3.3], [alezost@gmail.com], [emacs-guix],
[https://alezost.github.io/guix.el/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix.el b/elisp/guix.el
index b3c993c..e1f09c7 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -3,7 +3,7 @@
;; Copyright © 2016–2017 Alex Kost
;; Author: Alex Kost
-;; Version: 0.3.2
+;; Version: 0.3.3
;; URL: https://alezost.github.io/guix.el/
;; Keywords: tools
;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0"))