Skip to content

Commit a5ae454

Browse files
committed
Bump version: 3.0.4 → 3.0.5
1 parent 77b6011 commit a5ae454

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.4
2+
current_version = 3.0.5
33
tag = True
44
commit = True
55
allow_dirty = True

Diff for: meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: vmd-python
3-
version: "3.0.4"
3+
version: "3.0.5"
44

55
source:
66
git_url: https://github.com/Eigenstate/vmd-python.git

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def run(self):
436436
###############################################################################
437437

438438
setup(name='vmd-python',
439-
version='3.0.4',
439+
version='3.0.5',
440440
description='Visual Molecular Dynamics Python module',
441441
author='Robin Betz',
442442
author_email='[email protected]',

Diff for: vmd/vmd_src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
"""
1111

12-
__version__ = '3.0.4'
12+
__version__ = '3.0.5'
1313
__author__ = 'Robin Betz'
1414

1515
import imp

0 commit comments

Comments
 (0)