tag: dill-0.3.5
diff --git a/dill/__init__.py b/dill/__init__.py
index 800db7c..d558070 100644
--- a/dill/__init__.py
+++ b/dill/__init__.py
@@ -7,7 +7,7 @@
 #  - https://github.com/uqfoundation/dill/blob/master/LICENSE
 
 # author, version, license, and long description
-__version__ = '0.3.5.dev0'
+__version__ = '0.3.5'
 __author__ = 'Mike McKerns'
 
 __doc__ = """
diff --git a/setup.cfg b/setup.cfg
index d509ed4..29d1a60 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,8 @@
 [egg_info]
-tag_build = .dev0
+#tag_build = .dev0
 
 [bdist_wheel]
-#universal = 1
+universal = 1
 #python-tag = py3
 #plat-name = manylinux1_x86_64