Browse Source

Version 1.0.0

master v1.0.0
klonfish 5 years ago
parent
commit
247d1d98a7
  1. 2
      setup.py

2
setup.py

@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) @@ -9,7 +9,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='bam',
version='0.1',
version='1.0.0',
packages=find_packages(),
include_package_data=True,
#license='',

Loading…
Cancel
Save