Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb committed May 18, 2021
1 parent 5826239 commit c8c3ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binary_reader/binary_reader.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = "SutandoTsukai181"
__copyright__ = "Copyright 2021, SutandoTsukai181"
__license__ = "MIT"
__version__ = "1.3.1"
__version__ = "1.3.2"

import struct
from contextlib import contextmanager
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name = 'binary_reader',
packages = ['binary_reader'],
version = '1.3.1',
version = '1.3.2',
license='MIT',
description = 'A python module for basic binary file IO.',
long_description=long_description,
long_description_content_type='text/markdown',
author = 'SutandoTsukai181',
author_email = 'mosamaeldeeb@gmail.com',
url = 'https://github.com/SutandoTsukai181/PyBinaryReader',
download_url = 'https://github.com/SutandoTsukai181/PyBinaryReader/archive/refs/tags/v1.3.1.tar.gz',
download_url = 'https://github.com/SutandoTsukai181/PyBinaryReader/archive/refs/tags/v1.3.2.tar.gz',
keywords = ['BINARY', 'IO'],
install_requires=[],
classifiers=[
Expand Down

0 comments on commit c8c3ef1

Please sign in to comment.