Skip to content

Commit

Permalink
Bump version number for the 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Apr 17, 2023
1 parent 56d6e16 commit 1d04275
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCDIR = doc
DOCHTML = $(DOCDIR)/html
DOCTREES = $(DOCDIR)/doctrees
ALLSPHINXOPTS = -d $(DOCTREES) $(SPHINXOPTS) $(DOCDIR)
VERSION = 0.8.0
VERSION = 0.8.1
FULLVER = pyxattr-$(VERSION)
DISTFILE = $(FULLVER).tar.gz

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.0'
version = '0.8.1'
# 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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_desc = """This is a C extension module for Python which
implements extended attributes manipulation. It is a wrapper on top
of the attr C library - see attr(5)."""
version = "0.8.0"
version = "0.8.1"
author = "Iustin Pop"
author_email = "[email protected]"
libraries = []
Expand Down

0 comments on commit 1d04275

Please sign in to comment.