Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 16, 2015
1 parent 07464c9 commit cbb92c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 4 additions & 1 deletion petlx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
__version__ = '1.0.0b1'
from __future__ import absolute_import, print_function, division


__version__ = '1.0.0b2.dev0'


import petlx.push
Expand Down
2 changes: 1 addition & 1 deletion rtfd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
petl>=1.0.0
petl==1.0.0b1
numpydoc==0.5
2 changes: 0 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
nose
numpydoc
petl==1.0.0b1
pyvcf
cython
pysam

0 comments on commit cbb92c0

Please sign in to comment.