Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Apr 9, 2024
1 parent c014e42 commit fcfadb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pybedtools/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# THIS FILE IS GENERATED FROM SETUP.PY
version = '0.9.1'
version = '0.10.0'
__version__ = version
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@


MAJ = 0
MIN = 9
REV = 1
MIN = 10
REV = 0
VERSION = '%d.%d.%d' % (MAJ, MIN, REV)


Expand Down

0 comments on commit fcfadb9

Please sign in to comment.