Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Nov 15, 2017
1 parent 6fff60e commit 6ff26d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION = 1.2.0rc1
VERSION = 1.2.0

.PHONY: help clean clean-pyc clean-build list test test-all coverage docs release sdist upload

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
import re

PACKAGE = "pypcap"
VERSION = "1.2.0-rc.1"
VERSION = "1.2.0"


def recursive_search_dirs(dirs, target_files):
Expand Down

0 comments on commit 6ff26d1

Please sign in to comment.