Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phil777 committed Apr 9, 2010
1 parent 7491f1c commit 5137444
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/scapy/conf.py
Expand Up @@ -42,9 +42,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '2.1.0'
version = '2.1.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.1.1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion scapy/config.py
Expand Up @@ -312,7 +312,7 @@ class Conf(ConfClass):
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.1.0-dev"
version = "2.1.1"
session = ""
interactive = False
interactive_shell = ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):

setup(
name = 'scapy',
version = '2.1.0-dev',
version = '2.1.1',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
scripts = SCRIPTS,
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
Expand Down

0 comments on commit 5137444

Please sign in to comment.