diff --git a/.travis.yml b/.travis.yml
index 6bfe50242d98e26c4a669e3e1b7cb64ccd098186..feba3c28f3b26157d36feba77a27c8374aeb15bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
 python:
  - "3.7"
  - "3.8"
+ - "nightly"
 cache: pip
 script:
  - cd example
diff --git a/setup.cfg b/setup.cfg
index 1f5aaef076cf0ff57ed8ec8727dc9ae6d92d7606..56bf6415a4a9977a97bca70a94aa7df2af4464a6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,12 +15,14 @@ classifier =
     Programming Language :: Python
     Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
+    Programming Language :: Python :: 3.9
     Programming Language :: Python :: Implementation :: CPython
     Operating System :: POSIX
     Operating System :: OS Independent
     Development Status :: 5 - Production/Stable
     License :: OSI Approved :: MIT License
-    Topic :: Software Development :: Libraries
+    Topic :: Software Development :: Code Generators
+    Topic :: Software Development :: Build Tools
 
 [pycodestyle]
 max-line-length = 100
diff --git a/snakehouse/__init__.py b/snakehouse/__init__.py
index 5f2ca9a9d33799a9ebea01252a2fa77cf0341b00..bf484c0ba7868d43fd6789bae10ebb4624e4469b 100644
--- a/snakehouse/__init__.py
+++ b/snakehouse/__init__.py
@@ -1,4 +1,4 @@
 from .build import build
 from .multibuild import Multibuild
 
-__version__ = '1.0'
+__version__ = '1.0.0'