Skip to content

Commit

Permalink
Bump version: 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schick committed Jul 29, 2024
1 parent c81810a commit 4a031e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.0.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Daniel Schick'

# The short X.Y version
version = '2.0.1'
version = '2.0.2'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='udkm1Dsim',
version='2.0.1',
version='2.0.2',
packages=find_packages(),
package_data={
'udkm1Dsim': ['parameters/atomic_form_factors/chantler/*.cf',
Expand Down
2 changes: 1 addition & 1 deletion udkm1Dsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'Simulation', 'Heat', 'Phonon', 'PhononNum', 'PhononAna', 'Magnetization', 'LLB',
'Xray', 'XrayKin', 'XrayDyn', 'XrayDynMag', 'u', 'Q_']

__version__ = '2.0.1'
__version__ = '2.0.2'

0 comments on commit 4a031e0

Please sign in to comment.