Skip to content

Commit

Permalink
bumping version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GIJack committed Mar 24, 2021
1 parent 6f80f29 commit 72da25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="python-generate_mac",
version="1.3.0",
version="1.3.1",
author="GI_Jack",
author_email="[email protected]",
description="Library for generating Ethernet MAC addresses",
Expand All @@ -18,5 +18,5 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
python_requires='>=3.0',
python_requires='>=3.4',
)

0 comments on commit 72da25e

Please sign in to comment.