Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
virgesmith committed Nov 20, 2020
1 parent 2620bf7 commit 0801f1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: humanleague
Type: Package
Title: Synthetic Population Generator
Version: 2.1.6
Version: 2.1.7
Description: Generates high-entropy integer synthetic populations from marginal and (optionally) seed data using quasirandom sampling,
in arbitrary dimensionality (Smith, Lovelace and Birkin (2017) <doi:10.18564/jasss.3550>).
The package also provides an implementation of the Iterative Proportional Fitting (IPF) algorithm (Zaloznik (2011) <doi:10.13140/2.1.2480.9923>).
Expand Down
1 change: 1 addition & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

version=$(grep "Version:" DESCRIPTION |cut -f2 -d " ")
echo $version

# package
# no binary dist as C++
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def cxxflags(platform):
if platform == "unix":
return [
"-Wall",
"-Werror",
"-Wno-unused-command-line-argument",
"-pedantic",
"-pthread",
"-Wsign-compare",
Expand Down

0 comments on commit 0801f1d

Please sign in to comment.