Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Nov 30, 2023
1 parent 5a265d5 commit 7e3d398
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1.dev
current_version = 0.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}.{release}
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors:
given-names: Florian
orcid: "https://orcid.org/0000-0002-2545-5154"
date-released: 2023-11-30
version: "0.1.1.dev"
url: "https://github.com/fmatter/pyradigms/releases/tag/0.1.1.dev"
version: "0.1.1"
url: "https://github.com/fmatter/pyradigms/releases/tag/0.1.1"
keywords:
- digital linguistics
message: "If you use this software, please cite it using these metadata."
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Florian Matter"

# The full version, including alpha/beta/rc tags
version = release = "0.1.1.dev"
version = release = "0.1.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = pyradigms
project_urls =
Bug Tracker = https://github.com/fmatter/pyradigms/issues
url = https://github.com/fmatter/pyradigms
version = 0.1.1.dev
version = 0.1.1

[options]
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion src/pyradigms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

__author__ = "Florian Matter"
__email__ = "florianmatter@gmail.com"
__version__ = "0.1.1.dev"
__version__ = "0.1.1"


handler = colorlog.StreamHandler(None)
Expand Down

0 comments on commit 7e3d398

Please sign in to comment.