Open 2.3.0-dev

This commit is contained in:
Guillaume Valadon 2014-12-17 13:15:23 +01:00
parent 4d68e6fac0
commit 9811db3005
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ copyright = '2008, 2009 Philippe Biondi and the Scapy community'
# The short X.Y version.
version = '2.3.0'
# The full version, including alpha/beta/rc tags.
release = '2.3.0'
release = '2.3.0-dev'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

@ -316,7 +316,7 @@ noenum : holds list of enum fields for which conversion to string should NOT
AS_resolver: choose the AS resolver class to use
extensions_paths: path or list of paths where extensions are to be looked for
"""
version = "2.3.0"
version = "2.3.0-dev"
session = ""
interactive = False
interactive_shell = ""

View File

@ -46,7 +46,7 @@ if os.name == "nt":
setup(
name = 'scapy',
version = '2.3.0',
version = '2.3.0-dev',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto', 'scapy/contrib'],
scripts = SCRIPTS,
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],