Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Sivak authored and Russ Sivak committed Jan 26, 2024
1 parent 035d0a3 commit f5cf05c
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
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages
import pypandoc

long_description = pypandoc.convert('README.md', 'rst')
long_description = pypandoc.convert_file('README.md', 'rst')
setup(
name='queuebytesio',
version='0.1.6',
version='0.1.7',
description='A project that provides queue-based I/O functionality',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit f5cf05c

Please sign in to comment.