Skip to content

Commit

Permalink
updated setup for 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
conchoecia committed Jan 28, 2020
1 parent d3d1fcb commit 1664302
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 @@ -25,13 +25,13 @@
import os
from setuptools import setup, find_packages

version_py = 0.22
version_py = 0.23
print("Setup.py thinks the current brizzy version is {}".format(version_py))

setup(name='brizzy',
requires=['python (>3.0)'],
version=version_py,
description='Tools for plotting Oxford Nanopore and other long-read data.',
description='A tool for capturing spectra from Ocean Optics spectrometers',
# sorry for the ugly indent formatting. I had to do this for PyPi's sake.
long_description="""
'brizzy' is a package for easily taking spectra from ocean optics
Expand Down

0 comments on commit 1664302

Please sign in to comment.