Skip to content

Commit 117682c

Browse files
Merge pull request #223 from andi-bigswitch/bug1117675-4.0.2
BUG1117675 bump version to 0.4.2 in preparation for release
2 parents f8f95de + f949f6c commit 117682c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(name='pybsn',
4-
version='0.4.1',
5-
description="pybsn is a python interface to Big Switch Networks' products",
6-
url='https://github.com/floodlight/pybsn',
4+
version='0.4.2',
5+
description="pybsn is a python interface to Arista Networks BigDB/Atlas based products",
6+
url='https://github.com/bigswitch/pybsn',
77
author='Andreas Wundsam, Andre Kutzleb, Jason Parraga, Rich Lane',
8-
author_email='Andreas.Wundsam@arista.com, Andre.Kutzleb@arista.com',
8+
author_email='Andreas.Wundsam@arista.com',
99
license='ECLIPSE',
1010
packages=['pybsn'],
1111
zip_safe=False,

0 commit comments

Comments
 (0)