Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Apr 9, 2023
1 parent 293c899 commit f2d6465
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package:
name: ora
version: 0.8.0
version: 0.8.1

about:
home: https://github.com/alexhsamuel/ora
license: BSD
license_file: LICENSE

source:
git_rev: v0.8.0
git_rev: v0.8.1
git_url: https://github.com/alexhsamuel/ora.git

requirements:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,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 python/ora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .weekday import *
from .util import Range

__version__ = "0.8.0"
__version__ = "0.8.1"

__all__ = (
"Calendar",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.8.1
commit = True
tag = True

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

setup(
name ="ora",
version ="0.8.0",
version ="0.8.1",
description ="Alternative time and date library",
long_description=__doc__,
url ="https://github.com/alexhsamuel/ora",
Expand Down

0 comments on commit f2d6465

Please sign in to comment.