Skip to content

Commit e1770a3

Browse files
committed
Begin working on 4.14.0
1 parent c983f1c commit e1770a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pwnlib/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.13.0beta0'
1+
__version__ = '4.14.0dev'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
sys.exit(-1)
6464

6565
setup(
66-
version = '4.13.0beta0',
66+
version = '4.14.0dev',
6767
data_files = [('pwntools-doc',
6868
glob.glob('*.md') + glob.glob('*.txt')),
6969
],

0 commit comments

Comments
 (0)