diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0f3b345..179f0be 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True diff --git a/pylhc/__init__.py b/pylhc/__init__.py index f102a9c..3b93d0b 100644 --- a/pylhc/__init__.py +++ b/pylhc/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/setup.py b/setup.py index 1a28a01..90583e4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # This call to setup() does all the work setup( name="pylhc", - version="0.0.1", + version="0.0.2", description="Useful tools in particular for accelerator physicists at CERN", long_description=README, long_description_content_type="text/markdown",