Skip to content

Commit

Permalink
⬆️ version set to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed May 13, 2024
1 parent 9ffa893 commit c03e741
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The following version of CDlib are currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 0.2.x | :white_check_mark: |
|---------| ------------------ |
| 0.3.x | :white_check_mark: |


2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cdlib" %}
{% set version = "0.3.0" %}
{% set version = "0.3.1" %}

package:
name: "{{ name|lower }}"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
# built documents.
#
# The short X.Y version.
version = "0.3.0"
version = "0.3.1"
# The full version, including alpha/beta/rc tags.
release = "0.3.0"
release = "0.3.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 @@ -19,7 +19,7 @@

setup(
name="cdlib",
version="0.3.0",
version="0.3.1",
license="BSD-Clause-2",
description="Community Discovery Library",
url="https://github.com/GiulioRossetti/cdlib",
Expand Down

0 comments on commit c03e741

Please sign in to comment.