diff --git a/Makefile b/Makefile
deleted file mode 100644
index cf5a1d610799abe8596f5974f9234b73e915b83c..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-VERSION    = 1
-PATCHLEVEL = 2
-
-tar:
-	/usr/bin/env python tar.py xenv $(VERSION).$(PATCHLEVEL)
diff --git a/setup.py b/setup.py
index 45869e093006a0ad27d1a60b06be660bf7ce503f..b943c101c2dbd079f8c6102a156236fd0996193c 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 
 setup(
     name="xenv",
-    version="1.2",
+    version="1.3",
     packages=["xenv"],
     entry_points={
         "console_scripts": [