Skip to content

Commit

Permalink
build: bump version number to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jan 5, 2023
1 parent cb73e6a commit b6072e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()

# ############
# Define Project
project(solid_dmft VERSION 3.1.2 LANGUAGES C CXX)
project(solid_dmft VERSION 3.1.3 LANGUAGES C CXX)
get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY)

# ############
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'CMakeMake'

name = 'TRIQS-solid_dmft'
version = '3.1.2'
version = '3.1.3'
versionsuffix = '-Python-%(pyver)s'

homepage = 'https://triqs.github.io/solid_dmft/'
Expand Down
2 changes: 1 addition & 1 deletion packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.1.2" %}
{% set version = "3.1.3" %}

package:
name: solid_dmft
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ where = ["python"]

[project]
name = "solid_dmft"
version = "3.1.2"
version = "3.1.3"
authors = [
{ name="Alexander Hampel", email="[email protected]" }
]
Expand Down

0 comments on commit b6072e9

Please sign in to comment.