Skip to content

Commit

Permalink
ENH: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Feb 9, 2022
1 parent 517362d commit 307a134
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,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages # This setup relies on setuptools since distutils is insufficient and badly hacked code

version = '0.1.0'
version = '1.0.0'
author = 'Pascal Wolf'
author_email = '[email protected]'

Expand All @@ -11,7 +11,7 @@
setup(
name='irrad_spectroscopy',
version=version,
description='Gamma spectroscopy of irradiated sensors, chips and PCBs.',
description='Gamma and X-ray spectroscopy as well as dose rate calculations of radioactive samples.',
url='https://github.com/SiLab-Bonn/irrad_spectroscopy',
license='MIT License',
long_description='',
Expand Down

0 comments on commit 307a134

Please sign in to comment.