Skip to content

Commit

Permalink
release: bump up 4.0.2 to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo committed Jul 17, 2022
1 parent 0dd58a5 commit 3448155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion neispy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from neispy.client import Neispy as Neispy

__version__ = "4.0.0"
__version__ = "4.0.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

from neispy import __version__
import setuptools

requirements = []
Expand All @@ -10,7 +10,7 @@

setuptools.setup(
name="neispy",
version="4.0.2",
version=__version__,
license="MIT",
author="Ryu ju heon",
author_email="SaidBySolo@gmail.com",
Expand Down

0 comments on commit 3448155

Please sign in to comment.