Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JunCEEE committed May 17, 2022
1 parent abf6dbc commit f207078
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libpyvinyl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" :module: Exposes all user facing classes in the common libpyvinyl namespace"""
__author__ = "Carsten Fortmann-Grote, Mads Bertelsen, Juncheng E, Shervin Nourbakhsh"
__email__ = "carsten.grote@xfel.eu"
__version__ = "1.1.0"
__version__ = "1.1.1"
__release__ = __version__ + "alpha1"

from .BaseCalculator import BaseCalculator, CalculatorParameters
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:libpyvinyl/__init__.py]

[metadata]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_version(rel_path):
author="Carsten Fortmann-Grote, Juncheng E, Mads Bertelsen, Shervin Nourbakhsh",
author_email="carsten.grote@xfel.eu, juncheng.e@xfel.eu, Mads.Bertelsen@ess.eu, nourbakhsh@ill.fr",
url="https://github.com/PaNOSC-ViNYL/libpyvinyl",
download_url="https://github.com/PaNOSC-ViNYL/libpyvinyl/archive/v1.1.0.tar.gz",
download_url="https://github.com/PaNOSC-ViNYL/libpyvinyl/archive/v1.1.1.tar.gz",
keywords=["photons", "neutrons", "simulations"],
install_requires=requirements,
classifiers=[
Expand Down

0 comments on commit f207078

Please sign in to comment.