Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 16, 2024
1 parent 7c87110 commit 340031c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pcaspy/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 8, '0')
version_info = (0, 8, '1')
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion python-pcaspy.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Portable Channel Access Server in Python
Name: python-pcaspy
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Source0: https://pypi.io/packages/source/p/pcaspy/pcaspy-%{version}.tar.gz
License: BSD
Expand Down

0 comments on commit 340031c

Please sign in to comment.