Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiangwang committed Mar 22, 2024
1 parent a45c758 commit eb7f8ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion caffi/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 0, '3')
version_info = (1, 0, '4')
__version__ = '.'.join(map(str, version_info))
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: caffi
version: 1.0.3
version: 1.0.4

source:
path: ..
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# General information about the project.
project = u'caffi'
copyright = u'2014-2017, Xiaoqiang Wang'
copyright = u'2014-2024, Xiaoqiang Wang'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.3'
release = '1.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion python-caffi.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: python-caffi
Summary: Channel Access Foreign Function Interface
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Source0: https://pypi.io/packages/source/c/caffi/caffi-%{version}.tar.gz
License: BSD
Expand Down

0 comments on commit eb7f8ce

Please sign in to comment.