Skip to content

Commit

Permalink
Change version to 0.3.4.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
tahajahangir committed Apr 19, 2014
1 parent 32f75c5 commit 6af6d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.3.4.dev0'
version = '0.3.4.dev1'

def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
Expand Down

0 comments on commit 6af6d56

Please sign in to comment.